Socket
Socket
Sign inDemoInstall

@airtasker/react-backbone-connect

Package Overview
Dependencies
8
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @airtasker/react-backbone-connect

an react redux like lib but for backbone


Version published
Weekly downloads
525
increased by210.65%
Maintainers
1
Install size
69.0 kB
Created
Weekly downloads
 

Readme

Source

React Backbone Connect

React bindings for Backbone.
inspired by React Redux
Performance 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 @airtasker/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 ReactBackboneConnect available as a global object.

Documentation

React Backbone Connect API is mimics React Redux. ReactRedux

We also provided createSelector and createStructuredSelector api that mimics Reselect

License

MIT

Keywords

FAQs

Last updated on 16 Aug 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc