React Fast Refresh
See original GitHub issueSince react-hot-loader
is being replaced with react-refresh
(https://github.com/gaearon/react-hot-loader#deprecation-note), are there any plan to integrate Preact with React Fast Refresh? (https://github.com/facebook/react/issues/16604#issuecomment-565813017)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:12 (7 by maintainers)
Top Results From Across the Web
react-refresh - npm
Fast Refresh is a feature that lets you edit React components in a running application without losing their state. It is similar to...
Read more >React Fast Refresh — The New React Hot Reloader
When editing a React component, React Fast Refresh will efficiently only update and re-render that component. This leads to significantly faster ...
Read more >pmmmwh/react-refresh-webpack-plugin - GitHub
An EXPERIMENTAL Webpack plugin to enable "Fast Refresh" (also known as Hot Reloading) for React components. This plugin is not 100% stable. We're...
Read more >What is React Fast Refresh? - Netlify
React Fast Refresh is the latest and greatest way to load components in vanilla React, Next.js 10+, Gatsby, and more!
Read more >Fast Refresh | Gatsby
Fast Refresh is an implementation of Hot Reloading with full support from React. It replaces unofficial solutions like react-hot-loader . With Fast Refresh...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Work for a hot-reloader for Preact is being done here it’s experimental for now.
Closing this issue since I feel like
prefresh
is stable enough to be used.Integrations are available for
webpack
,gatsby
,next
,snowpack
,vite
andnollup