Next.js App Router in 2026 — Caching Sanity, Server Actions, and What Settled

Practical Next.js App Router: caching after the v15+ redesign, Server Actions discipline, dynamic IO, fetch options, and migration realities.

May 4, 2026 · 4 min · 800 words · Manvendra Rajpoot

Server Actions Mutation Patterns in Next.js 15 — The 2026 Cookbook

Practical Next.js 15 server actions: input validation with Zod, optimistic updates, error states, redirects, revalidation, and the patterns from production apps.

May 1, 2026 · 4 min · 662 words · Manvendra Rajpoot

React Server Components Data Fetching Patterns in 2026

RSC data fetching: direct database calls from components, parallel queries with Promise.all, Suspense for streaming, and the gotchas around caching.

April 30, 2026 · 3 min · 580 words · Manvendra Rajpoot

React 19 Server Actions and `use` in Production — A 2026 Field Report

What React 19 actually changed for production apps. Server actions, the use() hook, useOptimistic, useFormStatus, and the patterns from a year of real use.

April 30, 2026 · 3 min · 523 words · Manvendra Rajpoot

Next.js 15 Server Components in Production — A 2026 Guide

Next.js 15 server components in production. The App Router mental model, server vs client boundaries, server actions for mutations, partial prerendering (PPR), Turbopack, and the gotchas worth knowing.

April 28, 2026 · 9 min · 1758 words · Manvendra Rajpoot