Web Development
Frontend and browser-focused articles covering React, web APIs, UI architecture, and practical client-side development patterns.
-
React 19 and 19.2 features explained with examplesA practical walkthrough of React 19 and React 19.2 features including use, ref as a prop, useOptimistic, Context as a provider, useDeferredValue, Activity, and useEffectEvent.
-
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.