redux-immutable-global-state

1.0.1 • Public • Published

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.

/redux-immutable-global-state/

    Package Sidebar

    Install

    npm i redux-immutable-global-state

    Weekly Downloads

    1

    Version

    1.0.1

    License

    BSD-3-Clause

    Unpacked Size

    16.5 kB

    Total Files

    19

    Last publish

    Collaborators

    • cguenthner