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: README.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
@@ -8,7 +8,7 @@ It allows you:
8
8
- To use your existing Backbone Models as React component state.
9
9
- Update React components on Backbone events.
10
10
11
-
Thus, no refactoring of your application is required. You can start writing UI with React immediately.
11
+
Thus, no refactoring of your application is required. You can start writing UI with React immediately replacing your Backbone Views one-by-one, while keeping your existing models.
12
12
13
13
This extension works with raw Backbone. However, in order to take full advantage of React/Backbone
14
14
architecture you are encouraged to upgrade to Backbone.NestedTypes. It will give you following
0 commit comments