32blogby Studio Mitsu

# server components

4 articles

claude-code

Claude Code × Next.js: Stop AI-Generated App Router Mistakes

The 7 most common App Router mistakes Claude Code makes, how to prevent them with CLAUDE.md, and how to use next-devtools-mcp for a real-time feedback loop.

Mar 14, 2026 · updated Mar 23, 2026 · 13 min
nextjs

Next.js SSR Guide: What Changed with Server Components

How SSR works in App Router with Server Components. Practical patterns for data fetching, caching, and streaming in Next.js 16.

Mar 2, 2026 · updated Mar 27, 2026 · 12 min
react

React Server Components: Complete Guide

Understand how RSC works, when to use Server vs Client Components, and practical patterns for Next.js App Router.

Mar 2, 2026 · updated Mar 27, 2026 · 10 min
react

Minimize 'use client' in React Server Components

Design patterns to keep 'use client' boundaries small in Next.js App Router. Island Architecture, Composition Pattern, and practical refactoring examples.

Mar 2, 2026 · updated Mar 27, 2026 · 12 min