Skip to content

Commit 6cf39c4

Browse files
author
Vlad Balin
committed
Update readme.md
1 parent 32ef13c commit 6cf39c4

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
@@ -40,7 +40,7 @@ But it's not _that_ naive and simple mutable models you dealt with before. They
4040
- Unidirectional data flow.
4141
- ["Pure render"](https://github.com/Volicon/NestedReact#props-specs-and-pure-render-optimization) optimization.
4242

43-
Not to mention, that they are [very fast](http://slides.com/vladbalin/performance#/). NestedReact uses [NestedTypes]([https://github.com/Volicon/NestedTypes]) model framework, which is designed to handle collections of 10-50K elements smoothly and in general is order of magnitude (10x) faster than backbone.
43+
Not to mention, that they are [very fast](http://slides.com/vladbalin/performance#/). NestedReact uses [NestedTypes]([https://github.com/Volicon/NestedTypes]) model framework, which is designed to handle collections of 10-50K elements smoothly, and in general all operations are order of magnitude (10x) faster than backbone.
4444

4545
The more complex application will become, the more noticeable this difference in size will be.
4646
Reason is that in NestedTypes case the data layer is mostly defined with declarative spec.

0 commit comments

Comments
 (0)