Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 940 Bytes

File metadata and controls

34 lines (18 loc) · 940 Bytes

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