react-lazyload : Lazyload your components, images or anything where performance matters.. You can installing react-lazyload 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 react-lazyload $ sudo npm install -g react-lazyload
If want to update the react-lazyload package execute the command as below,
$ sudo npm update react-lazyload
Update package globally,
$ npm install -g react-lazyload
$ sudo git clone https://github.com/rektide/react-lazyload.git
$ sudo npm install -g ./react-lazyload
react-lazyload@2.3.0 /usr/lib/node_modules/react-lazyload
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-lazyload
| Package Name | react-lazyload |
| Version | 2.3.0 |
| Description | Lazyload your components, images or anything where performance matters. |
| Released Date | 2017-10-19T09:25:57.406Z |
| Published by | jasonslyvia |
| How to Learn | https://www.npmjs.com/package/react-lazyload/tutorial |