Skip to content

Commit cd4b569

Browse files
author
Vlad Balin
committed
Update readme.md
1 parent 61e60dd commit cd4b569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todomvc/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Every NestedTypes model and collection has `_changeToken` property, which contai
6363

6464
It's works faster than any generic PureRenderMixin because we dynamically compile `shouldComponentUpdate` functions with _loops unrolled_, taking props list from component's `propTypes` (loops through hashes are very expensive, as well as `Object.keys` call).
6565

66-
Why it's better than just deal with immutable data? Because we can have circular references, and premanent references to objects in data layer with no problems. Have a reference? Pass it around, no problem.
66+
Why it's better than just deal with immutable data? Because we can have circular references, and premanent references to objects in data layer with no problems. Thus, you may safely pass nested models and collection around. As you most likely used to.
6767

6868
### What does `editing : ToDo.from( '^props.todos' )` from `todolist.jsx` mean?
6969

0 commit comments

Comments
 (0)