React & Next.js30 sec read
Next.js 16 makes the app router the only router
The pages directory is officially deprecated. Migration codemods cover most apps in under an hour, and the new router gets streaming RSC by default.
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.