redom/redom
Tiny (2 KB) turboboosted JavaScript library for creating user interfaces. observed · 2026-08-28
Health v2 · maintenance only
27/100
- Activity 10
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3657
- days_rel: n/a
- days_push: 541
- n_releases_24m: 0
Adoption not part of the score
3432 stars · 124 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
RE:DOM is a tiny (2 KB) JavaScript UI library for creating user interfaces with pure JavaScript and web standards, without a virtual DOM. It provides helpers for creating DOM elements, keeping them in sync with data, and building reusable components.
Use cases
- build web apps without a heavy framework
- create reusable UI components in pure JavaScript
- render UI faster than virtual DOM libraries like React
- keep DOM elements in sync with application data
- avoid learning templating languages
- build lightweight interfaces where bundle size matters
When to choose
- you want a minimal, fast UI library with a tiny footprint
- you prefer vanilla JavaScript over JSX or templating languages
- performance and memory usage are critical
- you want to use web standards directly
When to avoid
- you need a full-featured framework with routing, state management, and a large ecosystem
- your team relies on declarative virtual DOM patterns like React
- you need server-side rendering out of the box (requires separate tooling like NO:DOM)
Facets
library · maturity stable
ui-components frontend-framework templating web-development frontend browser dom no-virtual-dom tiny components vanilla-js javascript nodejs
2 sources
- readme: https://github.com/redom/redom · fetched 2026-08-28 · 0d04d95e3326
- homepage: https://redom.js.org · fetched 2026-08-29 · 0367349507ba
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| redom/redom | main | 27 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem