redux-act : An opinionated lib to create actions and reducers for Redux. You can installing redux-act 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-act $ sudo npm install -g redux-act
If want to update the redux-act package execute the command as below,
$ sudo npm update redux-act
Update package globally,
$ npm install -g redux-act
$ sudo git clone https://github.com/rektide/redux-act.git
$ sudo npm install -g ./redux-act
redux-act@1.5.0 /usr/lib/node_modules/redux-act
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall redux-act
| Package Name | redux-act |
| Version | 1.5.0 |
| Description | An opinionated lib to create actions and reducers for Redux |
| Released Date | 2017-10-29T19:08:48.457Z |
| Published by | pauldijou |
| How to Learn | https://www.npmjs.com/package/redux-act/tutorial |