Sanku
A deep dive into how React streams and renders UI out of order using Suspense boundaries
SSR is not new. So why do modern frameworks need hydration?
How React breaks rendering into small interruptible units
Why React needs a key prop, how it affects reconciliation
A deep dive into how React state updates really work, from hooks to batching
Understanding Why React Fiber Exists and how it lets React pause, prioritize
The correct mental model for understanding React across platforms