Unnati Mishra
Unnati Mishra @UnnatiMishraa ·
While learning web dev, I wondered: If HTML, CSS, and JS already exist, why React? Answer: scale. Small sites → simple code Large apps → messy code Frameworks organize everything using components and state. #LearningInPublic #DaysOfCode
14
Unnati Mishra
Unnati Mishra @UnnatiMishraa ·
Learning how the browser actually builds a webpage: HTML → creates the structure (DOM) CSS → creates styling rules (CSSOM) DOM + CSSOM → Render Tree The browser paints the page JavaScript runs top → bottom to add interactivity. #DevJourney #DaysOfCode
12