solidjs/solid
A declarative, efficient, and flexible JavaScript library for building user interfaces. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3053
- days_rel: 708
- days_push: 7
- n_releases_24m: 1
Adoption not part of the score
35924 stars · 1094 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Solid is a declarative JavaScript library for building user interfaces that compiles JSX templates to real DOM nodes instead of using a Virtual DOM. It provides fine-grained reactivity, so when state changes, only the code that depends on it reruns, delivering high performance.
Use cases
- build a fast reactive single-page app without a virtual dom
- create ui components with fine-grained state updates
- build a declarative frontend with jsx and signals
- migrate from react to a more performant ui library
- build a reactive counter or interactive widget
- develop a high-performance web app with minimal re-renders
When to choose
- you want react-like jsx ergonomics with better runtime performance
- fine-grained reactivity and no virtual dom overhead matters
- you prefer components that run once with signals for state
When to avoid
- your team depends on the react ecosystem of libraries and tooling
- you need a framework with a huge job market and community size
- you want server-first rendering with mature full-stack conventions out of the box
Facets
library · maturity active
frontend-framework state-management ui-components templating web-development frontend browser cross-platform reactive fine-grained-reactivity jsx no-virtual-dom signals declarative-ui typescript web-server nodejs
2 sources
- readme: https://github.com/solidjs/solid · fetched 2026-08-28 · d65d9be5cb6d
- homepage: https://solidjs.com · fetched 2026-08-29 · b5dc979413e1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| solidjs/solid | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem