react/examples
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
..
ballmer-peak Fix incorrect port of standard Python server 2013-07-29 10:59:43 -07:00
basic Fix Github links in examples 2013-08-04 16:40:12 -07:00
basic-jsx Fix Github links in examples 2013-08-04 16:40:12 -07:00
basic-jsx-external Fix incorrect port of standard Python server 2013-07-29 10:59:43 -07:00
basic-jsx-precompile Fix Github links in examples 2013-08-04 16:40:12 -07:00
jquery-bootstrap fix jquery-bootstrap example bugs 2013-07-23 11:01:42 -07:00
shared Initial public release 2013-05-29 12:54:02 -07:00
todomvc-backbone Changed key from Math.random() to todo.cid 2013-11-26 18:07:56 +01:00
todomvc-director Stop transforming class -> className 2013-09-09 15:37:43 -07:00
transitions fix doc & example transition opacity from .99 to 1 2013-10-31 17:35:38 -04:00