redux-effects : You write pure functions, redux-effects handles the rest.. You can installing redux-effects 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-effects $ sudo npm install -g redux-effects
If want to update the redux-effects package execute the command as below,
$ sudo npm update redux-effects
Update package globally,
$ npm install -g redux-effects
$ sudo git clone https://github.com/rektide/redux-effects.git
$ sudo npm install -g ./redux-effects
redux-effects@0.4.3 /usr/lib/node_modules/redux-effects
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall redux-effects
| Package Name | redux-effects |
| Version | 0.4.3 |
| Description | You write pure functions, redux-effects handles the rest. |
| Released Date | 2016-01-10T04:24:37.991Z |
| Published by | ashaffer88 |
| How to Learn | https://www.npmjs.com/package/redux-effects/tutorial |