13 min readreact-internalsReactInternals
How React Updates Work: What Happens Between setState and a DOM Update?
Understand how React turns setState into a DOM update through batching, scheduling, the render phase, the commit phase, and effect timing.