jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →Next.js App Router: Layouts vs Templates Explained
May 17, 2026
Most Next.js routing problems stem from choosing the wrong wrapper component. Learn exactly when to use layouts versus templates, and why the distinction matters for state persistence and performance.
Jotai: Atomic State Management for React
May 16, 2026
Most React state problems stem from choosing the wrong abstraction. Jotai's atomic approach solves composition, performance, and testability issues that Context API and Redux can't handle elegantly.
TanStack Query: Async State Management Done Right
May 15, 2026
Most async state problems stem from treating server data like client state. TanStack Query separates these concerns with powerful caching, automatic refetching, and optimistic updates that eliminate boilerplate.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.