redux-immutable-global-state
v1.0.1
Published
redux-immutable-global-state provides a version of Redux combineReducers that 1) works with Immutable.js states, and 2) passes global state to reducers as a third argument.
Downloads
11
Readme
redux-immutable-global-state
This is a mashup of two other projects:
redux-immutableis used to create an equivalent function of ReduxcombineReducersthat works with Immutable.js state.combine-reducers-global-stateprovides a version ofcombineReducersthat 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.
