You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/BackboneViews.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All of them are supported, enabling easy and gradual transition to React.
5
5
6
6
Though `NestedReact` offers excellent convergence layer for backbone views, raw backbone models are not supported.
7
7
To use it for smooth migration of existing backbone application to React, you need to replace `backbone` with `NestedTypes`
8
-
first (it's mostly backward compatible with Backbone 1.2 API, so transition is not hard).
8
+
first (it's mostly backward compatible with Backbone 1.2 API, so [transition is not hard](https://github.com/Volicon/NestedTypes/blob/develop/docs/BackboneTransitionGuide.md)).
9
9
Which by itself will be a big step forward, because:
10
10
11
11
- 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#/).
0 commit comments