gaearon/babel-plugin-react-transform — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2018-09-03
Add hot module replacement to a React app so code updates instantly without losing state.
Wrap components with an error boundary transform so a crash doesn't break the whole app.
Log every component render to help diagnose performance issues during development.
Write a custom transform function to add a project-specific development feature to components.
| gaearon/babel-plugin-react-transform | phuc-nt/my-translator | yyx990803/vue-lit | |
|---|---|---|---|
| Stars | 1,070 | 1,106 | 1,116 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2018-09-03 | — | 2020-10-27 |
| Maintenance | Dormant | — | Dormant |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Deprecated and highly experimental, use React Hot Loader 3 instead for new projects.
A deprecated Babel plugin that automatically wrapped React components with dev-time features like hot reloading and error catching, superseded by React Hot Loader 3.
Mainly JavaScript. The stack also includes Babel, React, JavaScript.
Dormant — no commits in 2+ years (last push 2018-09-03).
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.