Tag

#nextjs

2 articles tagged #nextjs. See all tags →

Next.js 16 Cache Components: The Mental Model That Finally Makes Sense
Tech··11 min

Next.js 16 Cache Components: The Mental Model That Finally Makes Sense

Next.js 16 flipped the caching default: nothing is cached unless you write 'use cache'. That sounds like a footgun and turns out to be the fix. Here's the mental model that makes Partial Prerendering click, and the traps that hang your build for 50 seconds.

nextjsreactcaching
React Server Components in Production: What Nobody Warns You About
Tech··11 min

React Server Components in Production: What Nobody Warns You About

The server-client boundary is a clean idea. The runtime serialization errors it throws at 2am are not. Here's what breaks when React Server Components meet real traffic, plus the CVSS 10.0 flaw that hit the whole ecosystem in December 2025.

reactreact-server-componentsnextjs