References — fw-04 mini-react II: Batching, Scheduling, Deriving Fiber

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

The scheduler

Concurrent features

The platform underneath

  • fe-01 — Execution model & scheduling (sibling project) — the measured substrate. Do this first; the design decisions here are unreadable without it.
  • bi-11 — Blink scheduling — what the browser does with the tasks React posts
  • fw-02 — mini-react core — stages 1–7

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