jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →Next.js Streaming SSR: Faster Time to First Byte
May 18, 2026
Most Next.js SSR performance problems stem from waiting for all data before sending HTML. Learn how streaming SSR reduces TTFB from 800ms to under 100ms with React Suspense and proper implementation patterns.
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.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.