JSPM

  • Created
  • Published
  • Downloads 889153
  • Score
    100M100P100Q181397F
  • License MIT

Webpack loader that enables live-editing React components without unmounting or losing their state

Package Exports

  • react-hot-loader
  • react-hot-loader/makeIdentitySourceMap
  • react-hot-loader/package
  • react-hot-loader/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-hot-loader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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 introductory post and then try one of the starter kits.

If you've been with us for a while, keep your eye on docs/README.md as it will be updated for what's changed in 1.0.

New landing page is in the works, and once it's released, I'll figure out how to split the documentation.

License

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