redux-immutable : redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.. You can installing redux-immutable npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install redux-immutable $ sudo npm install -g redux-immutable
If want to update the redux-immutable package execute the command as below,
$ sudo npm update redux-immutable
Update package globally,
$ npm install -g redux-immutable
$ sudo git clone https://github.com/rektide/redux-immutable.git
$ sudo npm install -g ./redux-immutable
redux-immutable@4.0.0 /usr/lib/node_modules/redux-immutable
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall redux-immutable
| Package Name | redux-immutable |
| Version | 4.0.0 |
| Description | redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state. |
| Released Date | 2017-03-14T17:55:23.543Z |
| Published by | gajus |
| How to Learn | https://www.npmjs.com/package/redux-immutable/tutorial |