mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
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.