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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# NestedReact
2
2
This is React add-on providing advanced data binding and state management to React applications, as well as convergence layer for intermixing React components and Backbone Views.
3
3
4
-
- Advanced component's state management with [NestedTypes](https://github.com/Volicon/backbone.nestedTypes).
4
+
- Advanced component's state management with [NestedTypes](https://github.com/Volicon/NestedTypes).
5
5
- Comprehensive two-way data binding - [Guide to Data Binding Use Cases](/example/databinding.md)
6
6
- Transparent interoperation with Backbone Views:
7
7
- React component can be used as backbone View. `new MyComponent.View({ props })`
@@ -26,9 +26,9 @@ features to help managing complex application state:
26
26
- Type safety. Attributes are guaranteed to hold values of declared types all the time.
27
27
28
28
For more information about `NestedTypes`, visit
29
-
http://volicon.github.io/backbone.nestedTypes/
29
+
http://volicon.github.io/NestedTypes/
30
30
and
31
-
https://github.com/Volicon/backbone.nestedTypes
31
+
https://github.com/Volicon/NestedTypes
32
32
33
33
# Usage
34
34
It's packed as single UMD, thus grab the module or use `npm` to install.
0 commit comments