Articles tagged with "Server Components"
Fixing Broken Dynamic Routes After Upgrading to Next.js 16
Feb 1, 2026
Learn how to fix the common async params breaking change in Next.js 15+ that breaks dynamic routes, and understand why this change makes your apps more resilient.
Step-by-Step: Building Your Blog With Next.js and MDX
Mar 25, 2025
Learn how to build a fully featured blog with Next.js and MDX, including how to solve the notorious React version conflict errors that can occur with next-mdx-remote.