Zustand vs Jotai vs Redux Toolkit: picking your React state layer in 2026
TanStack Query owns server state. The question is what owns the rest. Zustand, Jotai, and Redux Toolkit each have a…
Practical articles, technical guides, tutorials, development notes, research, and insights covering software engineering and emerging technologies.
TanStack Query owns server state. The question is what owns the rest. Zustand, Jotai, and Redux Toolkit each have a…
Server-Sent Events, optimistic UI, and graceful fallbacks. The patterns we've settled on for building AI features that feel responsive even…
Loaders transform files. Plugins do everything else. We build a plugin that writes build metadata to a JSON file on…
Jest is dead for new projects. Vitest took the unit test layer. Playwright's component testing is now stable. Here's the…
Remote caching is free on Vercel. pnpm workspaces + Turborepo is the settled stack. Here's the folder structure, turbo.json, and…
tRPC v11 adds React Server Component support. GraphQL Federation v2 matured. REST now has universal OpenAPI 3.1 tooling. The decision…
Drizzle overtook Prisma in npm downloads for new projects. Prisma 7 fixed the edge cold start problem. Here's an honest…
The View Transitions API is now a Baseline feature in all major browsers. Here's how to use it in a…
ES module static analysis, the sideEffects field, and the three most common reasons dead code ends up in your bundle…
Vibe coding shipped MVPs. Agentic engineering is shipping production systems. Here's the workflow, the tooling stack, and exactly where each…