Skip to content

Commit

Permalink
Note create-react-app support for fast refresh in readme (#1708)
Browse files Browse the repository at this point in the history
* Note create-react-app support for fast refresh

* Add next.js and move down the list
  • Loading branch information
loren138 authored Jun 1, 2021
1 parent 6032f42 commit ed8b310
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ React-Hot-Loader has been your friendly neighbour, living outside of React. But
* `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.
* `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

Expand Down

0 comments on commit ed8b310

Please sign in to comment.