Skip to content

tcoopman/react-hot-loader

 
 

Repository files navigation

npm package dependency status peer dependency status npm package gratipay

React Hot Loader

This is a stable for daily use in development implementation of React live code editing.

Installation

npm install --save-dev react-hot-loader

Usage

If you want to try hot reloading in a new project, try one of the starter kits, react-hot-boilerplate being the most minimal one.

To use hot loader in an existing project, you need to

  • switch to Webpack for builds (instead of RequireJS or Browserify);
  • enable Hot Module Replacement, which is a Webpack feature;
  • configure Webpack to use React Hot Loader for JS or JSX files.

These steps are covered by the walkthrough.

Documentation

Docs are in a bit of a flux right now because I'm in the process of updating everything to document the major 1.0 release.

If you just learned about React Hot Loader and want to find out more, check out the walkthrough and then try one of the starter kits.

If you've been with us for a while, read 1.0 release notes and migration guide.

Got Questions?

Gitter

Coming Soon

Watch the repo to stay tuned!

License

MIT (http://www.opensource.org/licenses/mit-license.php)

About

Tweak React components in real time.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%