Articles by Tag #approuter

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Why I Migrated from MPA to SPA: App Router Refactoring in Practice

This is Day 11 of **[Building SaaS Solo - Design, Implementation, and Operation Advent Calendar 2025](https://adventar.org/calendars/12615)**. Yester...

Learn More 0 0Dec 11 '25

App Router Directory Design: Next.js Project Structure Patterns

This is Day 10 of **[Building SaaS Solo - Design, Implementation, and Operation Advent Calendar 2025](https://adventar.org/calendars/12615)**. Yester...

Learn More 0 0Dec 10 '25

Why Your Next.js Cache Isn't Working (And How to Fix It in 2026)

Stale data driving you crazy? Master the 4 hidden cache layers in Next.js 15/16, debug like a pro, and finally understand why revalidate isn't doing what you think.

Learn More 0 0Dec 30 '25

Efficient State Management in Next.js App Router with next-state-adapter

Managing state efficiently in a Next.js App Router environment can be challenging, especially when...

Learn More 2 2Feb 19 '25

Custom socket.io server.ts in nextjs baby.

Create a server.ts file in root dir of your nextjs project. vim server.ts import { createServer...

Learn More 0 0Feb 19 '25

Seamless Headless Drupal Integration with Next.js 15 (App Router)

Drupal is a powerful content management system (CMS) that provides a robust backend, while Next.js...

Learn More 1 0Mar 24 '25

Deep Diving into the Next.js App Router

Introduction Let's be honest - Next.js has completely changed how we build React apps....

Learn More 0 0Apr 2 '25

React Server Components and the New Next.js App Router

A deep dive into React Server Components and the App Router introduced in Next.js 13, showing how to structure and optimize React apps for performance and scalability.

Learn More 0 0Jul 14 '25

Migrating from Auth.js to Better Auth — Full Guide for Next.js App Router

Most Next.js 15 projects still rely on Auth.js — but Better Auth offers a much smoother experience,...

Learn More 0 0Jun 20 '25

Next.js 14 Tutorial: Create a Blog with App Router and Tailwind CSS

Just published a new tutorial on Djamware.com where I show you how to build a modern blog using...

Learn More 0 0Sep 5 '25