react/examples/todomvc-backbone
David Hellsing a79ef7fc29 Changed key from Math.random() to todo.cid
It doesn’t make much sense to generate a random key for each todo render, because it will re-draw all todo’s DOM nodes on each model change. I changed it to the unique identifier ``todo.cid`` already supplied by the backbone model.
2013-11-26 18:07:56 +01:00
..
css Fix backbone todo example bugs. 2013-09-07 17:44:05 -04:00
js Changed key from Math.random() to todo.cid 2013-11-26 18:07:56 +01:00
thirdparty add localstorage, oops 2013-05-30 14:19:33 -07:00
README.md Fix backbone todo example bugs. 2013-09-07 17:44:05 -04:00
index.html Fix backbone todo example bugs. 2013-09-07 17:44:05 -04:00

README.md

TodoMVC-Backbone

This is a lightweight version of TodoMVC. Its primary purpose is to demo the Backbone integration rather than being feature-complete (refer to todomvc-director for a full TodoMVC-compilant app).