TIL · 2026-07-07

Making Nested UI Re-renders O(1) — read-model, external store, and render-count tests

In an immutable-tree editor, editing a single line redrew everything; here's how I first pinned the problem with a test, then cut row and container re-renders with a normalized projection and per-id subscriptions

Date
2026-07-07
Reading time
8 min

Document graph

  • TIL
  • KNOWLEDGE

Related documents

Related Knowledge

Tags

reactperformancetestingimmutabilityusesyncexternalstore