Skip to content

Commit 193afba

Browse files
author
Vlad Balin
committed
Update README.md
1 parent e363d18 commit 193afba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Brief feature list:
77
- Comprehensive two-way data binding - [Guide to Data Binding Use Cases](/example/databinding.md)
88
- Transparent interoperation with Backbone Views:
99
- React component can be used as backbone View. `new MyComponent.View({ props })`
10-
- Backbone Views can be used from React components. `<React.subview View={ MyView } />`
11-
- Simplified refactoring of Backbone Views to React components. `this.$`, `this.$el`, `this.$( sel )` works forin React components too. Backbone events are also available.
10+
- Backbone Views can be used as React components. `<React.subview View={ MyView } />`
11+
- Simplified refactoring of Backbone Views to React components. `this.$`, `this.$el`, `this.$( sel )`, `this.model` works for React components too, as well as `this.trigger` and `this.listenTo`.
1212

1313
Thus, if you have Bakcbone application and want to start writing with React - you have no excuses any more. Wanna keep some of your cool Views? They works just fine? Keep 'em. And use them in yout new components, written with React, which you will use in other Backbone Views.
1414

0 commit comments

Comments
 (0)