Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denisraslov/reactone
The intergation of Backbone and React frameworks
https://github.com/denisraslov/reactone
Last synced: about 1 month ago
JSON representation
The intergation of Backbone and React frameworks
- Host: GitHub
- URL: https://github.com/denisraslov/reactone
- Owner: denisraslov
- Created: 2014-12-10T14:21:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-23T21:55:05.000Z (about 10 years ago)
- Last Synced: 2024-04-15T15:09:44.938Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.93 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
reactone
========The intergation of Backbone and React frameworks with AMD-modules based on Require.js. React components are using instead of native Backbone views to combine the best parts of Backbone (models, collections, routing, events) and React (reusable virtual DOM view components).
Grunt watcher translate React JSX-files to JS-files with Grunt React task when they change. You can just write JSX-code for React Component views and don't worry about its compatibility with JS-code of other Backbone components.