More in React & Next.js — page 16
React & Next.js30 sec read
Server Components, explained without the jargon
RSC is not SSR. This deep-dive walks through the request lifecycle, why client components serialize their props, and where the network boundary actually sits.
React & Next.js30 sec read
React interview cheatsheet: hooks rules in 60 seconds
An interview favourite: list every Rules-of-Hooks violation, then explain why useEffect dependency arrays are not 'reactive' the way useMemo's are.