Tweak React components in real time. (Deprecated: use Fast Refresh instead.)
by gaearonJavaScript
Last 12 weeks · 0 commits
5 of 6 standards met
If you are reporting a bug or having an issue setting up React Hot Loader, please fill in below. For feature requests, feel free to remove this template entirely. Description With yarn2+ (pnp enabled) is used for module resolution. hmr does not work as expected. The documented command resolves in an error: And the alternative (webpack aliases) results in a runtime error: Environment React Hot Loader version: 17.0.2 Run these commands in the project folder and fill in their results: 1. : 16.14.2 2. : 8.5.0 3. : 3.2.0 Then, specify: 1. Operating system: Windows 10 2. Browser and version: chrome latest
Hello! I am running production application, but I get this error: !image 1. : v16.20.2 2. : 8.19.4 1. Operating system: ubuntu server 22.04 2. Browser: All
When I use parcel build to generate a production bundle for my project that uses react-hot-loader, the bundle ends up containing react-hot-loader.development.js. However I don't want the actual hot reloading code in my production bundle, and react-hot-loader is supposed to omit this when built for production. https://github.com/parcel-bundler/parcel/issues/1593 !Screenshot from 2019-05-10 00-35-25 This PR fixes the issue just by changing the order of production checks
Repository: gaearon/react-hot-loader. Description: Tweak React components in real time. (Deprecated: use Fast Refresh instead.) Stars: 12166, Forks: 776. Primary language: JavaScript. Languages: JavaScript (99.6%), Shell (0.4%). License: MIT. Homepage: http://gaearon.github.io/react-hot-loader/ Latest release: v4.13.0 (5y ago). Open PRs: 100, open issues: 362. Last activity: 3y ago. Community health: 71%. Top contributors: theKashey, gaearon, gregberge, calesce, wkwiatek, dependabot[bot], akorchev, gadicc, nfcampos, alexanderchr and others.