redux-connect : It allows you to request async data, store them in redux state and connect them to your react component.. You can installing redux-connect 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-connect $ sudo npm install -g redux-connect
If want to update the redux-connect package execute the command as below,
$ sudo npm update redux-connect
Update package globally,
$ npm install -g redux-connect
$ sudo git clone https://github.com/rektide/redux-connect.git
$ sudo npm install -g ./redux-connect
redux-connect@6.0.0 /usr/lib/node_modules/redux-connect
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall redux-connect
| Package Name | redux-connect |
| Version | 6.0.0 |
| Description | It allows you to request async data, store them in redux state and connect them to your react component. |
| Released Date | 2017-09-30T01:02:49.537Z |
| Published by | avvs |
| How to Learn | https://www.npmjs.com/package/redux-connect/tutorial |