Ross ROSS = Recommend OSS · open-source software intelligence for agents

React Hot Loader

Tweak React components in real time. (Deprecated: use Fast Refresh instead.) observed · 2026-08-28

github.com/gaearon/react-hot-loader · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4435
  • days_rel: n/a
  • days_push: 1300
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

12166 stars · 776 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

React Hot Loader is a library that lets developers tweak React components in real time, preserving component state during hot module replacement with webpack and Babel. It is now deprecated in favor of React Fast Refresh, which is built into React Native, Next.js, Create React App, and the react-refresh-webpack-plugin.

Use cases

  • hot reload react components without losing state
  • live edit react components during development
  • preserve react state on hot module replacement
  • set up hot reloading in a webpack react project
  • legacy react project without fast refresh support

When to choose

  • your bundler or environment does not yet support React Fast Refresh
  • maintaining an older webpack-based React codebase already using it

When to avoid

  • starting a new React project - use React Fast Refresh instead
  • using React Native 0.61+, Next.js 9.4+, Create React App 4+, or react-refresh-webpack-plugin, all of which support Fast Refresh natively

Facets

library · maturity maintenance

build-tool developer-tools frontend web-development developer-tools browser react hot-module-replacement hmr babel-plugin webpack deprecated fast-refresh nodejs javascript

5 sources

Member repositories

For agents

markdown · JSON · MCP: product_card(name="gaearon/react-hot-loader")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem