Series

You Don't Know Next.js

This series uncovers common mistakes, misconceptions, and best practices in Next.js. Dive into real-world examples, tips, and optimizations to elevate your skills, enhance performance, and avoid pitfalls in your Next.js projects.

Articles in this series

Understanding How Top Level "use-client" Affects Next.js Performance
Why You Should Always Explicitly Mark Client Components in Next.js
Wrapping Server Components in Client Components: What Happens?
Understanding use server and Avoiding Data Leaks in Next.js
Think Client Components Only Run on the Client Side? Think Again
Understanding and Fixing Hydration Errors in Next.js