Series

Next.js

Deep dives into the React Framework for production. Server Components, Routing, and Performance.

📚 2 Articles
Next.js Performance: What the Defaults Don’t Solve for You
Nextjs·

Next.js Performance: What the Defaults Don’t Solve for You

Next.js gives you strong performance defaults. But fast by default doesn’t mean fast always. Over the last few days, I’ve been working with Next.js and React Server Components, assuming the framework would handle most performance concerns for me. And...