Next.js(2)
The App Router, route handlers and server components, and where Next.js stops behaving like plain React.
- Next.js API Routes: Route Handlers, Caching, and the Server Actions DecisionHow route handlers actually behave in Next.js 16: GET is no longer cached by default, params are async, and most of what you need is a server action instead. With a real deployment that is not on Vercel.17 min read
- Next.js 16 App Router: Getting Started, and What the Model CostsThe App Router explained through a site that actually runs on it: server components, async request APIs, generateStaticParams, and the three things that break when you deploy somewhere other than Vercel.12 min read