mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +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.