Jan 23 · 7 min read · 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...
Join discussion
Nov 23, 2025 · 4 min read · This article is part of a new ”Today I learned” series, where I share a thing I learned that you might find useful too I want to learn how to use Next.js’ app router because I’m about to start using it in anger at work and I want to be ready. So I s...
Join discussion
Jul 31, 2025 · 4 min read · Next.js is a powerful React framework, and with the evolution of its App Router, building modern web applications has become easier, more scalable, and more flexible than ever. If you feel confused about routing in Next.js, this post will walk you th...
Join discussionJul 21, 2025 · 3 min read · 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. ...
Join discussion
Jul 20, 2025 · 3 min read · I’ve been using Next.js for about two years, and it still amazes me both how elegant the framework is and how much it streamlines development. It wasn’t always straightforward—until I dove in, spent countless nights learning how caching and rendering...
Join discussion
Jul 14, 2025 · 2 min read · Note: This article was originally published on January 1, 2023. Some information may be outdated. React Server Components (RSC) and the new App Router in Next.js 13 introduced a new way of thinking about React apps. This post explains what changed, ...
Join discussionMay 22, 2025 · 5 min read · Ada tanda-tanda pergeseran kepercayaan dan minat sebagian komunitas, terutama karena: 😟 1. Perubahan Radikal di App Router Next.js sejak versi 13 memperkenalkan App Router (berbasis React Server Components). Banyak developer kecewa karena: Learnin...
Join discussion
Apr 28, 2025 · 3 min read · 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...
Join discussion
Apr 25, 2025 · 1 min read · 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...
Join discussion