backbone-redux icon indicating copy to clipboard operation
backbone-redux copied to clipboard

Easy way to keep your backbone collections and redux store in sync.

Results 4 backbone-redux issues
Sort by recently updated
recently updated
newest added

Hi, I've tried running as per Auto example, but I'm getting a console error on init: Uncaught TypeError: (0 , _reduxDevtools.devTools) is not a function for: const finalCreateStore = compose(devTools())(createStore);...

Could you add a filter example to your documentation? I'm going to have to find my own implementation due to time constraints, but I would like to see what you...

Now on every update changed models are removed from the `entities` array and updated ones are added to the end of it. This forces user to do a sorting by...

It'd be great if we could define the relations map as a function too. For example, we might want to process data in our model to generate the actual key....

help wanted