32blogby StudioMitsu

# app router

7 articles

nextjs

Why SSR Isn't Working in Next.js App Router (And How to Fix It)

Data not updating, pages cached when they shouldn't be — common App Router SSR issues explained with concrete fixes.

Mar 2, 2026 · updated Mar 8, 2026 · 7 min
nextjs

Complete Guide to Next.js i18n with next-intl

How to set up next-intl v4 with App Router for multilingual sites. Full walkthrough of the ja/en setup powering 32blog.com.

Mar 2, 2026 · updated Mar 8, 2026 · 8 min
nextjs

next-intl Pitfalls: What Caught Me Building a Multilingual Site

Real pitfalls from implementing next-intl v4 on 32blog.com — middleware config, dynamic routes, SEO, and subtle bugs that are hard to spot.

Mar 2, 2026 · updated Mar 8, 2026 · 8 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 8, 2026 · 9 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 8, 2026 · 8 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 8, 2026 · 9 min
claude-code

Claude Code × Next.js: Automate Your Project Setup Completely

Automate Next.js project scaffolding with Claude Code. CLAUDE.md setup, custom hooks, agents, and slash commands for real-world development workflows.

Feb 26, 2026 · updated Mar 8, 2026 · 8 min