Lucifier129/react-lite
An implementation of React v15.x that optimizes for small script size 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3927
- days_rel: n/a
- days_push: 2714
- n_releases_24m: 0
Adoption not part of the score
1712 stars · 95 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
react-lite is a lightweight JavaScript reimplementation of React v15.x core APIs, including Virtual DOM, optimized for minimal script size (~25kb minified). It works as a drop-in replacement for React in the browser via a webpack alias, but does not support server-side rendering or React v16.
Use cases
- reduce bundle size when replacing react and react-dom in a webpack project
- build React-style component UIs without server-side rendering
- run existing React libraries like material-ui, react-bootstrap, ant-design, react-router, or redux with a smaller runtime
- ship React-compatible apps to IE9+ / ES5 environments
When to choose
- you need a React-compatible API with a much smaller footprint than React 15
- your app is client-side only and never calls ReactDOM.renderToString
- you use webpack and can alias react/react-dom to react-lite
When to avoid
- you need React v16+ features or compatibility
- you need server-side rendering (renderToString / renderToStaticMarkup)
- you want an actively maintained library - the project is unmaintained and preact is smaller and actively developed
Facets
library · maturity abandoned
frontend-framework ui-components web-development frontend performance browser cross-platform react-implementation virtual-dom drop-in-replacement small-bundle-size webpack-alias nodejs
2 sources
- readme: https://github.com/Lucifier129/react-lite · fetched 2026-08-28 · a331fd2893d8
- registry_npm: https://registry.npmjs.org/react-lite · fetched 2026-08-29 · 070a21bb37ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Lucifier129/react-lite | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="Lucifier129/react-lite")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem