0.0.16 • Published 6 years ago

react-backbone-connect v0.0.16

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

React Backbone Connect

This one is depricated. Moved to https://www.npmjs.com/package/@airtasker/react-backbone-connect

React bindings for Backbone.
Inspaired by React Redux
Performant and flexible.

npm downloads

In a Backbone project, there is a lot of logic deeply coupled in Backbone models. By using ReactBackboneConnect, it enables you to build a Redux like project using Backbone and React.
By decoupling the Backbone models from React components, transitioning from Backbone to Redux (or any other frameworks) will be easy and smooth.

Installation

React Backbone Connect requires React 0.14 or later and Backbone 1.1.2 or later.

npm install --save React-Backbone-connect

This assumes that you’re using npm package manager with a module bundler like Webpack or Browserify to consume CommonJS modules.

If you don’t yet use npm or a modern module bundler, and would rather prefer a single-file UMD build that makes ReactRedux available as a global object.

Documentation

React Backbone Redux API is almost identical to React Redux. ReactRedux

We also provided createSelector and createStructuredSelector api that mimics Reselect

License

MIT

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago