Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@somebody32 somebody32 released this 07 Jan 12:00

Exposed 2 new functions:

  • buildReducers — Creates reducers based on a collectionMap, basically calling reducerFabric on each defined reducer.
  • buildEars — Creates the basic action creators using actionFabric, and binds them to the appropriate Backbone.Collection events.

These functions are essential if you want to override fully how automatic syncing works and want to fully control the process.