Skip to content

Commit 4cd7e7f

Browse files
author
Vlad Balin
committed
Update BackboneViews.md
1 parent 1243242 commit 4cd7e7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/BackboneViews.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Though `NestedReact` offers excellent convergence layer for backbone views, raw
77
To use it for smooth migration of existing backbone application to React, you need to replace `backbone` with `NestedTypes`
88
first (it's mostly backward compatible with Backbone 1.2 API, so transition is not hard).
99
Which by itself will be a big step forward, because:
10+
1011
- It's order of magnitude faster, so your application becomes more responsive and you can handle collection which are 10 times larger than you have now. [No kidding](http://slides.com/vladbalin/performance#/).
1112
- It implements nested models and collections handling in the right way. During `fetch`, nested objects are updated in place, so it's safe to pass them by reference.
1213
- It can handle model references by `id` in attributes for you too, operating on a set of independently fetched collections.

0 commit comments

Comments
 (0)