react-backbone-hooks
v0.3.0
Published
React Hooks for Backbone Models & Collections
Downloads
2
Maintainers
Readme
react-backbone-hooks
React Hooks for Legacy Backbone Data
The goal of this library is to provide a very simple interface for updating React components when Backbone data sources change. This will hopefully speed the transition of legacy apps from Backbone to React.
Interface
The library provides four methods:
useCollection(collection)
- Listen for changes to a CollectionuseModel(model)
- Listen for changes to a ModeluseModelKey(model, key)
- Listen for changes to one key in a ModeluseModelKeys(model, ...keys)
- Listen for changes to one or more keys in a Model
Caveats
This has not been thoroughly tested and may not work as expected. Please report any bugs and I will will do my best to update this library in a timely fashion.