Tag: #app-router
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 4 posts
Next.js 16 Architecture — A Deep Dive into Turbopack and Cache Components
A deep look at the Next.js 16 architecture through the lens of App Router structure, the server/client component boundary, rendering models, Cache Components, and Turbopack, now the default bundler. We unpack the request
2026-06-27 · 11 min read #nextjs#turbopack#cache-components#app-router#renderingReact Server Components & Next.js App Router — RSC Protocol, Server Actions, PPR, Streaming (2025)
Why Server Components exist, how they differ from SSR, the real boundary between "use server" and "use client", the RSC Flight Format and streaming, Server Actions replacing fetch, the four cache layers of App Router, Ne
2026-04-15 · 10 min read #react#nextjs#rsc#server-components#app-routerNext.js 15 + React 19 Complete Guide: Server Components to Server Actions — 2025 Production Handbook
Master the innovations of Next.js 15 and React 19. From Server Components and Server Actions to Turbopack, PPR, caching strategies, and advanced App Router patterns — a production-ready guide for developers migrating fro
2026-03-23 · 34 min read #nextjs#react#server-components#server-actions#rscNext.js App Router Authentication Practical Guide - Middleware, Server Action, HttpOnly Cookie, SSR Auth Complete Mastery
Complete mastery of authentication implementation using middleware, Server Actions, and Route Handlers in Next.js App Router, covering HttpOnly cookies and SSR authentication patterns with practical code.
2026-03-08 · 25 min read #architecture#authentication#nextjs#jwt#cookie