react/packages/react-refresh
2025-10-02 00:31:55 +02:00
..
npm Don't minify symbols in production builds (#28881) 2024-04-20 11:23:46 -04:00
src Release Activity in Canary (#34374) 2025-09-12 12:47:40 -04:00
babel.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
package.json Bump next prerelease version numbers (#34674) 2025-10-02 00:31:55 +02:00
README.md Update react-refresh README 2020-04-30 15:43:21 +01:00
runtime.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00

react-refresh

This package implements the wiring necessary to integrate Fast Refresh into bundlers. Fast Refresh is a feature that lets you edit React components in a running application without losing their state. It is similar to an old feature known as "hot reloading", but Fast Refresh is more reliable and officially supported by React.

This package is primarily aimed at developers of bundler plugins. If youre working on one, here is a rough guide for Fast Refresh integration using this package.