pure-render-decorator : Makes React components pure.. You can installing pure-render-decorator 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 pure-render-decorator $ sudo npm install -g pure-render-decorator
If want to update the pure-render-decorator package execute the command as below,
$ sudo npm update pure-render-decorator
Update package globally,
$ npm install -g pure-render-decorator
$ sudo git clone https://github.com/rektide/pure-render-decorator.git
$ sudo npm install -g ./pure-render-decorator
pure-render-decorator@1.2.1 /usr/lib/node_modules/pure-render-decorator
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pure-render-decorator
| Package Name | pure-render-decorator |
| Version | 1.2.1 |
| Description | Makes React components pure. |
| Released Date | 2016-11-01T19:19:24.515Z |
| Published by | fg |
| How to Learn | https://www.npmjs.com/package/pure-render-decorator/tutorial |