From db09b523c57e5ee3c011a4dcc0ab9f1fed6b920a Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 18 Apr 2016 13:48:59 +0100 Subject: [PATCH] Announce React Hot Loader 3 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b77be16..4e81525c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -react-hot-boilerplate +>## A Big Update Is Coming + +>React Hot Loader 3 is [on the horizon](https://github.com/gaearon/react-hot-loader/pull/240), and you can try it today ([boilerplate branch](https://github.com/gaearon/react-hot-boilerplate/pull/61), [upgrade example](https://github.com/gaearon/redux-devtools/commit/64f58b7010a1b2a71ad16716eb37ac1031f93915)). It fixes some [long-standing issues](https://twitter.com/dan_abramov/status/722040946075045888) 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](https://github.com/gaearon/redux-devtools/commit/64f58b7010a1b2a71ad16716eb37ac1031f93915) is a good reference. + + +React Hot Boilerplate ===================== The minimal dev environment to enable live-editing React components.