GitShow/gaearon/react-hot-loader
gaearon

react-hot-loader

Tweak React components in real time. (Deprecated: use Fast Refresh instead.)

by gaearon
Star on GitHubForkWebsitenpm

JavaScript

12.2k stars776 forks245 contributorsQuiet · 3y agoSince 2014v4.13.0MIT

Meet the team

See all 245 on GitHub →
theKashey
theKashey652 contributions
gaearon
gaearon564 contributions
gregberge
gregberge223 contributions
calesce
calesce53 contributions
wkwiatek
wkwiatek17 contributions
dependabot[bot]Bot
dependabot[bot]10 contributions
akorchev
akorchev9 contributions
gadicc
gadicc9 contributions

Languages

View on GitHub →
JavaScript99.6%
Shell0.4%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

5 of 6 standards met

Community profile →
71
✓README✓License✓Contributing✓Code of Conduct✓Issue Template○PR Template

Recent PRs & issues

Quiet · Last activity 3y ago
See all on GitHub →
dylanplural
Yarn 3 PNP not compatibleOpenIssue

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

dylanplural · 5mo ago
XceptDev
React-Hot-Loader: misconfiguration detected, using production version in non-production environment.OpenIssue

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

XceptDev · 5mo ago

Recent fixes

View closed PRs →
doasync
Fix development version in production bundle (Parcel)MergedPR

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

doasync · 4mo ago
theKashey
Fix React.memoMergedPR

That was supposed to be a small fix, but: ed components update is broken since 4.10. 4.9 was the last working version. Thanks to @natew for reporting the issue. during the fix, more stuff was confirmed to be broken. more automated tests, more manual tests should 🤞be ok now.

theKashey · 5mo ago
theKashey
fix: babel 7.5, fixes #1292MergedPR

Related: https://github.com/babel/babel/issues/10162 https://github.com/gatsbyjs/gatsby/issues/15423 I actually have to idea what this "fix" is fixing, but...

theKashey · 7mo ago
Structured data for AI agents

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.

·@ofershap

Replace github.com with gitshow.dev