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

Matt-Esch/virtual-dom

A Virtual DOM and diffing algorithm observed · 2026-08-28

github.com/Matt-Esch/virtual-dom · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 4605
  • days_rel: n/a
  • days_push: 1317
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

11842 stars · 769 forks observed · 2026-08-28

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

A JavaScript library providing a Virtual DOM model with element creation, diff computation, and patch operations for efficient DOM re-rendering. It lets you declare the desired DOM state as a virtual tree and efficiently patches the real DOM to match.

Use cases

  • efficiently update the DOM when application state changes
  • avoid manual DOM manipulation and state tracking
  • build custom view layers with declarative rendering
  • diff two virtual trees and apply minimal patches
  • re-render views without losing input focus

When to choose

  • you want a minimal, unopinionated virtual DOM implementation to build your own framework or rendering layer
  • you need fine-grained control over diffing and patching without a full framework
  • you are maintaining a legacy codebase already built on virtual-dom

When to avoid

  • you are starting a new application - modern frameworks like React, Vue, or Svelte provide virtual DOM capabilities with larger ecosystems
  • you need long-term active maintenance and frequent updates
  • you need server-side rendering or a complete component model out of the box

Facets

library · maturity maintenance

frontend-framework ui-components web-development frontend browser virtual-dom diffing patching rendering vdom nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
Matt-Esch/virtual-dommain32

For agents

markdown · JSON · MCP: product_card(name="Matt-Esch/virtual-dom")

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