sokra/rawact
[POC] A babel plugin which compiles React.js components into native DOM instructions to eliminate the need for the react library at runtime. 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: 2857
- days_rel: n/a
- days_push: 2747
- n_releases_24m: 0
Adoption not part of the score
2508 stars · 45 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Babel plugin that compiles React.js components into native DOM instructions, eliminating the need for the react and react-dom libraries at runtime. It is explicitly a proof of concept and not intended for production use.
Use cases
- reduce JavaScript bundle size by removing React from runtime
- speed up initial page load for code-split apps
- compile React components into WebComponents without shipping React
- optimize UIs with many frequently changing component instances
- build interactive UIs for low-end devices
When to choose
- your component code is smaller than the React library itself
- initial rendering performance matters more than full React features
- you want to ship React-style components without the React runtime
When to avoid
- you need full React features like scheduling, incremental rendering, or event handling
- you want a production-ready, maintained tool
- your app relies heavily on the React ecosystem and third-party components
Facets
library · maturity experimental
build-tool compiler frontend-framework web-development frontend developer-tools babel-plugin react dom proof-of-concept transpilation bundle-size nodejs web-server
1 source
- readme: https://github.com/sokra/rawact · fetched 2026-08-28 · 816fc73132ac
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sokra/rawact | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem