React Cheatsheet 20 — Modern React Project Setup

Cheatsheet: Vite + React + TS + Tailwind + Vitest + RTL + RHF + TanStack Query.

May 19, 2026 · 3 min · 634 words · Manvendra Rajpoot

React State Management in 2026 — Zustand, Jotai, Redux, and the Decision That Matters

Practical React state: server state in TanStack Query, UI state in Zustand / Jotai / useState. When Redux still fits, atomic vs store, persistence.

May 5, 2026 · 5 min · 871 words · Manvendra Rajpoot

TanStack Query in 2026 — The Server-State Library That Outlived Frameworks

Practical TanStack Query: queries vs mutations, query keys, invalidation, optimistic updates, prefetching, and the patterns from real apps.

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

React Server Components in 2026 — What They Solved, What They Didn't

Practical RSC in 2026: when they help, when they hurt, server actions for mutations, hydration cost, and where RSC sits vs SSR vs CSR vs islands.

May 3, 2026 · 5 min · 892 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