redux-make-immutable
v1.0.1
Published
Coerces native Javascript types into Immutable JS types
Downloads
20
Maintainers
Readme
redux-make-immutable
Redux middleware to coerce native javascript types into the equivalent Immutable.js types
Install
npm install -S redux-make-immutable
Usage
import makeImmutable from 'redux-make-immutable';
... applyMiddleware(
thunkMiddleware,
loggerMiddleware,
makeImmutable
);