Learn how to deploy your Next.js app to production, either managed or self-hosted.| nextjs.org
Learn about how to configure options for Next.js route segments.| nextjs.org
Dynamic Routes can be used to programmatically generate route segments from dynamic data.| nextjs.org
Server Components run on the server instead of the client, giving you control over your bundle size and data fetching. Here’s everything we learned about them.| www.mux.com
Next.js 13.4 moves App Router to stable, Turbopack to beta, and introduces experimental support for Server Actions.| nextjs.org