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

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

github.com/sokra/rawact · JavaScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
sokra/rawactmain32

For agents

markdown · JSON · MCP: product_card(name="sokra/rawact")

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