Skip to content

v2.0.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@gaearon gaearon released this 23 Aug 01:02
· 1638 commits to master since this release

It's not what React Hot Loader 2 will turn out to be—we don't know yet what it will be like. Right now, this alpha is just an internal change of engine, and I need you to test it, so that we know it's stable before we commit to using it in the React Hot Loader successor projects.

What we want you to do is to install react-hot-loader@2.0.0-alpha and report your experience in #182. Did something break in your app? Is hot reloading working subjectively better or worse, and why?

If you're interested in the more detailed changes that React Proxy brings, along with caveats, check out the changelog entry.

npm install --save-dev react-hot-loader@2.0.0-alpha

Note that this branch requires React 0.13+. We no longer support earlier versions.