redux-seamless-immutable
Helpers for using seamless-immutable
in Redux. Provides a compatible combineReducers
and routerReducer
(for use with react-router-redux
).
Installation
$ npm install redux-seamless-immutable
Usage
const rootReducer = const loggerMiddleware = const store =
API
combineReducers(reducers)
A seamless-immutable
compatible combineReducers
.
routerReducer(state, action)
A seamless-immutable
compatible replacement for the routerReducer
from react-router-redux.
stateTransformer(state)
A stateTransformer
for the redux-logger
middleware to convert an Immutable
store to a plain JS object.