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

infernojs/inferno

:fire: An extremely fast, React-like JavaScript library for building modern user interfaces observed · 2026-08-28

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

Health v2 · maintenance only

91/100

  • Activity 98
  • Release rhythm 78
  • Longevity 100
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: 16
  • age_days: 4231
  • days_rel: 148
  • days_push: 14
  • n_releases_24m: 12

Full methodology

Adoption not part of the score

16455 stars · 641 forks observed · 2026-08-28

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

Inferno is an extremely fast, React-like JavaScript library for building modern user interfaces on both client and server. It achieves high runtime performance through JSX compiler optimizations, bitwise flag memoization, and minimal DOM diffing overhead.

Use cases

  • build a fast single-page application with a React-like API
  • render large DOM trees or real-time data views at 60 FPS
  • migrate an existing React app to a lighter library via inferno-compat
  • do isomorphic server-side rendering with fast boot from server renders
  • use lifecycle events on lightweight functional components
  • compile JSX/TSX with Babel, SWC, or TypeScript plugins

When to choose

  • runtime rendering performance is the top priority
  • you want React-like concepts with a smaller footprint
  • you need isomorphic client/server rendering
  • you prefer functional components with lifecycle events

When to avoid

  • you need React Native or mobile development
  • you rely on React's fully synthetic event system
  • your team depends on the vast React ecosystem and tooling
  • you need legacy string refs support

Facets

library · maturity active

frontend-framework ssr templating web-development frontend browser react-like virtual-dom jsx performance isomorphic vdom nodejs web-server

4 sources

Member repositories

RepositoryRoleHealth v2
infernojs/infernomain91

For agents

markdown · JSON · MCP: product_card(name="infernojs/inferno")

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