Skip to content

Commit 9649685

Browse files
author
Vlad Balin
committed
Update BackboneViews.md
1 parent 32f4cf9 commit 9649685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/BackboneViews.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All of them are supported, enabling easy and gradual transition to React.
55

66
Though `NestedReact` offers excellent convergence layer for backbone views, raw backbone models are not supported.
77
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)).
99
Which by itself will be a big step forward, because:
1010

1111
- 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

Comments
 (0)