This is my attempt to understand React more deeply by exploring its internals and writing about them.
- Making sense of 'key' prop in react — Why React needs a key prop, how it affects reconciliation
- How state updates work internally — A deep dive into how React state updates really work, from hooks to batching
- Understanding Why React Fiber Exists — How Fiber lets React pause, prioritize, and resume work
- Running React on different platforms — The correct mental model for understanding React across platforms
