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

Preact

⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM. observed · 2026-08-28

github.com/preactjs/preact · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 95
  • 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: 13
  • age_days: 4009
  • days_rel: 32
  • days_push: 7
  • n_releases_24m: 38

Full methodology

Adoption not part of the score

38834 stars · 2046 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Preact is a fast, ~3-4kB JavaScript library offering a React-compatible API with components, hooks, JSX, and a highly optimized Virtual DOM. It includes an ecosystem with preact/compat for React compatibility, preact-cli for PWA scaffolding, and preact-router, and supports SSR and hydration.

Use cases

  • build a lightweight single-page app without React's bundle size
  • embed interactive UI widgets into an existing website
  • migrate an existing React app to a smaller runtime via preact/compat
  • scaffold a progressive web app quickly with preact-cli
  • render components server-side with SSR and hydration
  • write components with JSX or HTM without a build step
  • add client-side routing to a Preact app

When to choose

  • bundle size and load performance are critical
  • you want React's API and ecosystem compatibility in a tiny footprint
  • embedding components into widgets or pages with minimal overhead
  • targeting modern browsers without heavy tooling

When to avoid

  • you rely on React features Preact omits, like PropTypes, synthetic events, or certain concurrent behaviors
  • your project depends on React libraries that require full React internals
  • you need long-term legacy browser support like IE11 (use Preact 10.x instead)

Facets

library · maturity stable

frontend-framework ssr routing ui-components web-development frontend browser cross-platform react-alternative virtual-dom jsx hooks lightweight pwa preact-cli preact-router nodejs web-server

10 sources

Member repositories

RepositoryRoleHealth v2
preactjs/preactmain98
preactjs/preact-cliplugin23
preactjs/preact-routerplugin23

For agents

markdown · JSON · MCP: product_card(name="preactjs/preact")

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