mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
react-fast-refresh
Source code of released version | Source code of development version
This package updates modified React components in the running app for faster feedback after changing a file. To be enabled, your app must:
- Use the
hot-module-replacementpackage - Use React 16.9.0 or newer
This package is disabled in production. It currently only supports the modern web client.
Learn more in the React Fast Refresh docs
React Fast Refresh can be disabled by setting the DISABLE_REACT_FAST_REFRESH environment variable before starting Meteor.