Skip to content

Commit ed8b310

Browse files
authored
Note create-react-app support for fast refresh in readme (#1708)
* Note create-react-app support for fast refresh * Add next.js and move down the list
1 parent 6032f42 commit ed8b310

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ React-Hot-Loader has been your friendly neighbour, living outside of React. But
2626
* `parcel 2` - [supports Fast Refresh](https://github.com/facebook/react/issues/16604#issuecomment-556082893) since alpha 3.
2727
* `webpack` - [supports Fast Refresh](https://github.com/pmmmwh/react-refresh-webpack-plugin/) using a plugin.
2828
* `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
2931

3032
## Install
3133

0 commit comments

Comments
 (0)