Dhruv Writes

Latest Content:

Day 1 and 2 of 30 Days React

This document presents a concise conceptual foundation for React by defining its core terminology and execution model before introducing implementation or architectural patterns. It focuses on establishing accurate mental models around React’s declarative nature, rendering and reconciliation process, unidirectional data flow, and the relationship between JSX, React elements, and JavaScript. The goal is to reduce initial cognitive overhead and align understanding with the principles reflected in official React documentation. Continue reading