References — fw-02 mini-react I: Elements, Rendering, Reconciliation, State

Primary sources first. Read the real implementation after you have written yours, never before.

Build-it-yourself guides (compare against yours after)

  • Rodrigo Pombo — Build your own React — the best step-by-step derivation available; deliberately mirrors React's real structure.
  • Preact source — a complete, production, 3 kB React-compatible implementation. Small enough to read fully, real enough to trust.

React internals

Why a virtual DOM at all


When a claim here proves stale, record it in PROGRESS.md section 7.