© 2026 Hashnode
A Next.js Developer's Long-Awaited Journey into Modern Sitecore Remember when Next.js 13 dropped the App Router in late 2022? While the React and Next.js community collectively gasped at the paradigm shift - server components, streaming, nested layou...

Introduction We decide to go down the path of next,js because of fast development speeds in the case that routing is already set up with the app router and backend as well with route handlers. When building apps; internal tools, SaaS products e.t.c. ...

When building scalable web apps, routing is one of the most crucial parts—and Next.js nails it with its file-based routing system. In this blog, we’ll explore the complete routing ecosystem in Next.js including: Basic Routing Nested & Dynamic Route...

If you’re building with Next.js, you’ve probably heard all the buzz around Server Components — but what exactly are they? 🤔 In this post, I’m breaking it all down: What Server Components really are (without the fluff) How they differ from Client C...
