jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →Next.js Intercepting Routes: Modal Patterns Done Right
May 20, 2026
Most modal implementations break the browser's back button and lose state on refresh. Next.js intercepting routes solve both problems through file-system conventions that map URLs to overlays.
Next.js Parallel Routes: Build Complex Layouts
May 19, 2026
Most dashboard layout problems stem from forcing sequential rendering when parallel composition is needed. Learn how Next.js parallel routes solve complex layout patterns that break with traditional approaches.
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.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.