From a044d9b69e517910f17eb6329c89aef20cffeb4d Mon Sep 17 00:00:00 2001 From: Loren Date: Tue, 1 Jun 2021 09:27:37 -0400 Subject: [PATCH 1/2] Note create-react-app support for fast refresh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e5b6d096..a3ac49d0a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ React-Hot-Loader has been your friendly neighbour, living outside of React. But * `React Native` - [supports Fast Refresh](https://facebook.github.io/react-native/docs/fast-refresh) since 0.61. * `parcel 2` - [supports Fast Refresh](https://github.com/facebook/react/issues/16604#issuecomment-556082893) since alpha 3. * `webpack` - [supports Fast Refresh](https://github.com/pmmmwh/react-refresh-webpack-plugin/) using a plugin. +* `create-react-app` - [supports Fast Refresh](https://create-react-app.dev/docs/advanced-configuration/) with FAST_REFRESH env since 4. * `other bundler` - no support yet, use React-Hot-Loader ## Install From 7c437e34d1cc5fb182f027ed7e6d13e4973f9d16 Mon Sep 17 00:00:00 2001 From: Loren Date: Tue, 1 Jun 2021 16:53:31 -0400 Subject: [PATCH 2/2] Add next.js and move down the list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3ac49d0a..dc2726c52 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ React-Hot-Loader has been your friendly neighbour, living outside of React. But * `React Native` - [supports Fast Refresh](https://facebook.github.io/react-native/docs/fast-refresh) since 0.61. * `parcel 2` - [supports Fast Refresh](https://github.com/facebook/react/issues/16604#issuecomment-556082893) since alpha 3. * `webpack` - [supports Fast Refresh](https://github.com/pmmmwh/react-refresh-webpack-plugin/) using a plugin. -* `create-react-app` - [supports Fast Refresh](https://create-react-app.dev/docs/advanced-configuration/) with FAST_REFRESH env since 4. * `other bundler` - no support yet, use React-Hot-Loader +* `create-react-app` - [supports Fast Refresh](https://create-react-app.dev/docs/advanced-configuration/) with FAST_REFRESH env since 4. +* `next.js` - [supports Fast Refresh](https://nextjs.org/docs/basic-features/fast-refresh) since 9.4 ## Install