react-transform-hmr : A React Transform that enables hot reloading React classes using Hot Module Replacement API. You can installing react-transform-hmr 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-transform-hmr $ sudo npm install -g react-transform-hmr
If want to update the react-transform-hmr package execute the command as below,
$ sudo npm update react-transform-hmr
Update package globally,
$ npm install -g react-transform-hmr
$ sudo git clone https://github.com/rektide/react-transform-hmr.git
$ sudo npm install -g ./react-transform-hmr
react-transform-hmr@1.0.4 /usr/lib/node_modules/react-transform-hmr
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-transform-hmr
| Package Name | react-transform-hmr |
| Version | 1.0.4 |
| Description | A React Transform that enables hot reloading React classes using Hot Module Replacement API |
| Released Date | 2016-03-06T18:03:51.127Z |
| Published by | gaearon |
| How to Learn | https://www.npmjs.com/package/react-transform-hmr/tutorial |