DimensionSoftware / react-hot-loader

Live edit React components without unmounting or losing their state (a Webpack loader)

Home Page:http://gaearon.github.io/react-hot-loader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 introductory post 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.

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)

About

Live edit React components without unmounting or losing their state (a Webpack loader)

http://gaearon.github.io/react-hot-loader/


Languages

Language:JavaScript 100.0%