2026.02.16E·70React Server Components Deep Dive: Serialization Rules and Real Patterns
Passing a function as props from a Server Component broke everything. Understanding the serialization boundary revealed RSC's true patterns.
ReactServer ComponentsRSC
→2025.09.07U·08My Server Component Got Corrupted into Client (Next.js Composition Pattern)
I imported a Server Component inside a Client Component, and it broke everything. Here’s how to use the Composition Pattern (Donut Pattern) to fix it and correctly separate Context Providers.
Next.jsApp RouterReact
→2025.09.06U·07Where Exactly Should I Put "use client"? (Next.js 13+ Guide)
Stop adding 'use client' to every file. I explain the clear boundary between Server and Client Components, and how to implement interactivity without sacrificing performance in Next.js App Router.
Next.jsReactServer Components
→