1.0.1 • Published 6 years ago

redux-immutable-global-state v1.0.1

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
6 years ago

redux-immutable-global-state

This is a mashup of two other projects:

  • redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
  • combine-reducers-global-state provides a version of combineReducers that passes global state to all reducers as a third argument. This facilitates writing of reducers for portions of state that are dependent on other parts of state (i.e. inter-state dependencies).

See documentation of the above projects for details.