redux-observable : RxJS based middleware for Redux. Compose and cancel async actions and more.. You can installing redux-observable 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-observable $ sudo npm install -g redux-observable
If want to update the redux-observable package execute the command as below,
$ sudo npm update redux-observable
Update package globally,
$ npm install -g redux-observable
$ sudo git clone https://github.com/rektide/redux-observable.git
$ sudo npm install -g ./redux-observable
redux-observable@0.17.0 /usr/lib/node_modules/redux-observable
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall redux-observable
| Package Name | redux-observable |
| Version | 0.17.0 |
| Description | RxJS based middleware for Redux. Compose and cancel async actions and more. |
| Released Date | 2017-10-31T19:48:38.439Z |
| Published by | jayphelps |
| How to Learn | https://www.npmjs.com/package/redux-observable/tutorial |