react-hot-loader

Tweak React components in real time. (Deprecated: use Fast Refresh instead.)

MIT License

Downloads
2.7M
Stars
12.3K
Committers
242

Bot releases are hidden (Show)

react-hot-loader - v4.0.0-beta.5

Published by gregberge almost 7 years ago

Bug Fixes

  • improve decorators support (autobind) (56883c9)
  • support nested children (#735) (5c81655)
react-hot-loader -

Published by gregberge almost 7 years ago

  • Handle terminal node in stack (#728)
react-hot-loader -

Published by gregberge almost 7 years ago

  • Use setTimeout to tick (#726)
react-hot-loader -

Published by gregberge almost 7 years ago

  • Bunch of fixes (#725)
react-hot-loader -

Published by gregberge almost 7 years ago

  • Remove webpack plugin (#707)
  • Replace react-proxy by react-stand-in (#707)
  • Replace react-deep-force-update by reconciler (#703)
  • Add hot HOC (#707)
  • Add areComponentsEqual (#304)
  • warnings flag now controls reconciler, not dev patch.
react-hot-loader - v.3.1.3

Published by theKashey almost 7 years ago

Fixes: React 16 infinite loop #696.

react-hot-loader -

Published by gregberge almost 7 years ago

Fixes

  • Add support for Babel 7 #693 (71e360c706cb0986ec4d5ca59f137fc05b604f51)
react-hot-loader -

Published by gregberge about 7 years ago

  • Revert fix arrow function that uses props in constructor (#670)
  • Remove babel-template dependency (#671)
react-hot-loader -

Published by gregberge about 7 years ago

  • Add an option to disable warnings (#669)
  • Fix arrow function that uses props in constructor (#670)
react-hot-loader - v3.0.0

Published by gregberge about 7 years ago

  • Add React 16 support (#629, #658)
  • Remove RedBox as default error catcher (#494)
react-hot-loader - v3.0.0-beta.7

Published by montogeek over 7 years ago

react-hot-loader - v1.3.1

Published by calesce almost 8 years ago

react-hot-loader - v3.0.0-beta.6

Published by calesce about 8 years ago

  • Use production versions of patch and AppContainer if no module.hot available, so it doesn't break people using NODE_ENV=test (#398)
  • Opt out of transforming static class properties (#381)
react-hot-loader - v3.0.0-beta.5

Published by calesce about 8 years ago

  • Makes the class properties portion of the Babel plugin work with async functions. (#372)
  • Change the output of the tagger code in the Babel plugin so that it doesn't break the output of babel-node. (#374)
react-hot-loader - v3.0.0-beta.4

Published by calesce about 8 years ago

  • Extends the Babel plugin to enable hot reloading of class properties. (#322)
  • Fixes a bug in the Webpack loader from a component importing a module with the same basename. (#347)
react-hot-loader - v3.0.0-beta.3

Published by calesce about 8 years ago

  • Fixes broken import of RedBox, which led to confusing stack traces when applications threw errors. (#314)
  • Add module.hot checks to conditional require()s to remove unnecessary warnings when using server rendering. (#302)
react-hot-loader - v3.0.0-beta.1

Published by gaearon over 8 years ago

  • Adds complete React Router support. Async routes should work fine now. (#272)
  • Fixes a nasty bug which caused unwrapped component to render. (#266, #272)
  • Fixes an issue that caused components with shouldComponentUpdate optimizations not getting redrawn (#269, 2a1e384d54e1919117f70f75dd20ad2490b1d9f5)
  • Internal: a rewrite and much better test coverage.
react-hot-loader - v3.0.0-beta.0

Published by gaearon over 8 years ago

react-hot-loader - v3.0.0-alpha.13

Published by gaearon over 8 years ago

react-hot-loader - v3.0.0-alpha.8

Published by gaearon over 8 years ago

Big Changes!

React Hot Loader 3 is on the horizon, and you can try it today (boilerplate branch, upgrade example). It fixes some long-standing issues with both React Hot Loader and React Transform, and is intended as a replacement for both. The docs are not there yet, but they will be added before the final release. For now, this commit is a good reference.