We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6032f42 commit ed8b310Copy full SHA for ed8b310
README.md
@@ -26,6 +26,8 @@ React-Hot-Loader has been your friendly neighbour, living outside of React. But
26
* `parcel 2` - [supports Fast Refresh](https://github.com/facebook/react/issues/16604#issuecomment-556082893) since alpha 3.
27
* `webpack` - [supports Fast Refresh](https://github.com/pmmmwh/react-refresh-webpack-plugin/) using a plugin.
28
* `other bundler` - no support yet, use React-Hot-Loader
29
+* `create-react-app` - [supports Fast Refresh](https://create-react-app.dev/docs/advanced-configuration/) with FAST_REFRESH env since 4.
30
+* `next.js` - [supports Fast Refresh](https://nextjs.org/docs/basic-features/fast-refresh) since 9.4
31
32
## Install
33
0 commit comments