Skip to content

Add combineReducers()

Latest
Compare
Choose a tag to compare
@RoyalIcing RoyalIcing released this 17 Oct 23:26
· 25 commits to master since this release

Additions:

  • Add combineReducers() for combining Flambeau-style reducers.
  • Dispatched actions now always have a type (of FLAMBEAU_ACTION_TYPE).

Breaking changes:

  • getConsensus() now accepts getStates() instead of states.
  • Built-in store class is now exported at flambeau/Store – this might be removed outright down the line.
  • Removed SimpleGraphController.