Skip to content

OpenMindedInnovations/backbone_react_sortable_table_screencast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone React Sortable Table

Blog post: http://www.openmindedinnovations.com/blogs/backbone-react-sortable-table

Youtube video: https://www.youtube.com/watch?v=eXB5INFgEqI

This is the code for the screencast showing how to integrate create a sortable table using React, Backbone, and a custom react mixin. I am using react-backbone-component to interface react and backbone. Additionally I used coffeescript instead of jsx and middleman for the framework.

backbone-react-component: https://github.com/magalhas/backbone-react-component

Backbone: http://backbonejs.org/

React: http://facebook.github.io/react/

Middleman: http://middlemanapp.com/

Setup

git clone https://github.com/OpenMindedInnovations/backbone_react_sortable_table_screencast.git

cd backbone_react_sortable_table_screencast

bundle install

bower install

middleman s