Web Development
Frontend and browser-focused articles covering React, web APIs, UI architecture, and practical client-side development patterns.
-
How the browser renders a web page? - DOM, CSSOM, and RenderingA deep dive into DOM, CSSOM, render trees, browser rendering, and how parser-blocking and render-blocking resources affect page loading.
-
Introduction to React v18's useSyncExternalStore hookIn this lesson, we are going to explore how the newly added useSyncExternalStore hook works and how it simplifies reactivity with external data stores outside React components.