# ryansolid/dom-expressions

A Fine-Grained Runtime for Performant DOM Rendering

Repository: https://github.com/ryansolid/dom-expressions
Canonical: https://ross.abutalabs.com/products/dom-expressions
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-08-25T04:40:38+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 8, longevity 100
- inputs: {"age_days": 2705, "days_push": 8, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1014, forks 172 (observed 2026-08-28T04:03:14.010149+00:00)

## What it is
A fine-grained reactive DOM rendering runtime for JavaScript libraries that use signals or observables instead of a virtual DOM. It provides the core rendering engine behind libraries like Solid, with companion JSX Babel plugin, tagged template literal, and HyperScript APIs.

## Use cases
- build a custom reactive UI library with fine-grained updates
- render DOM without a virtual DOM for maximum performance
- add JSX rendering to an observable library like MobX or Knockout
- generate a tree-shakeable reactive runtime for a signals library
- benchmark fine-grained DOM update performance

## When to choose
- you are authoring a reactive frontend library and need a performant DOM renderer
- you want signal-based fine-grained change detection instead of re-rendering
- you need top-tier js-framework-benchmark style DOM performance

## When to avoid
- you are building a typical application and should use Solid or another framework directly
- you rely on a virtual DOM ecosystem like React
- you need a batteries-included UI framework with routing and state management

## Facets
- artifact type: library
- maturity: active
- function: frontend-framework, ui-components, templating
- domain: web-development, frontend, developer-tools
- platform: browser
- tags: reactive-rendering, fine-grained-reactivity, jsx, signals, virtual-dom-alternative, babel-plugin, runtime-generator, javascript, nodejs

## Member repositories
- ryansolid/dom-expressions (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:14.010149+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:11:35.548459+00:00, confidence not recorded.
  - readme: https://github.com/ryansolid/dom-expressions (fetched 2026-08-28T04:03:14.010149+00:00, sha bd9481ae9829)
- Data as of 2026-08-30T08:39:29.467469+00:00.
