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

google/incremental-dom

An in-place DOM diffing library observed · 2026-08-28

github.com/google/incremental-dom · homepage · TypeScript · Apache-2.0 (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

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

Full methodology

Adoption not part of the score

3538 stars · 178 forks observed · 2026-08-28

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

Incremental DOM is a Google library for building DOM trees and updating them in-place when data changes, avoiding the intermediate tree of traditional virtual DOM approaches. It is primarily designed as a compilation target for templating languages, with a low-level API that minimizes heap allocations and GC pressure.

Use cases

  • diff and patch DOM updates in-place without a virtual DOM tree
  • compile a templating language down to efficient DOM updates
  • reduce memory allocation and GC thrashing in rendering hot paths
  • build a higher-level rendering API or framework on top of a low-level DOM primitive
  • render templates with unbalanced HTML tags split across templates

When to choose

  • you are building a templating language compiler that needs a DOM output target
  • memory usage and GC pauses during DOM updates matter more than API ergonomics
  • you need fine-grained control over DOM mutations with a tiny low-level API
  • you must support older browsers like IE9

When to avoid

  • you want a batteries-included component framework with state management and developer tooling
  • you prefer a declarative virtual DOM API like React or a modern framework
  • you need an actively evolving project with frequent releases and community activity
  • you want a high-level API for direct human consumption rather than a compilation target

Facets

library · maturity maintenance

frontend-framework ui-components templating web-development frontend developer-tools browser cross-platform dom-diffing virtual-dom in-place-updates compilation-target templating-languages nodejs

3 sources

Member repositories

RepositoryRoleHealth v2
google/incremental-dommain10

For agents

markdown · JSON · MCP: product_card(name="google/incremental-dom")

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