jamiebuilds/babel-react-optimize
:rocket: A Babel preset and plugins for optimizing React code. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3791
- days_rel: n/a
- days_push: 3436
- n_releases_24m: 0
Adoption not part of the score
1666 stars · 28 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Babel preset and collection of plugins that optimize compiled React code, such as hoisting constant JSX elements, inlining elements, stripping propTypes, and converting pure class components to functions. It is intended for production builds to reduce bundle size and improve runtime performance.
Use cases
- optimize react bundle size in production builds
- remove prop-types from production javascript
- hoist constant jsx elements out of render methods
- convert pure react class components to functions
- speed up react rendering with babel transforms
When to choose
- you use Babel with React and want automatic production optimizations
- you want to strip propTypes and inline JSX elements in production
When to avoid
- you use modern tooling like SWC or esbuild instead of Babel
- you need an actively maintained project (last release 2017)
- you rely on propTypes at runtime in production
Facets
plugin · maturity abandoned
compiler build-tool developer-tools frontend web-development performance developer-tools babel-preset react code-optimization production-builds jsx nodejs javascript
1 source
- readme: https://github.com/jamiebuilds/babel-react-optimize · fetched 2026-08-28 · b869384ebf84
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jamiebuilds/babel-react-optimize | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="jamiebuilds/babel-react-optimize")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem