How-To · Frameworks
Frameworks guides
Next.js, React, Astro, Vue — framework-specific recipes.
3 guides
Next.js SEO — Complete Best Practices Guide (2026 App Router)
App Router SEO is dramatically simpler than the Pages Router era — one Metadata API, file-based sitemap and robots, dynamic OG images via @vercel/og. Here's every pattern you need.
Jan 24, 2025 9 min read any intermediate
Next.js API Routes: route.ts + NextRequest / NextResponse Complete Example (2026)
Next.js API routes turn any file in `app/api/` into a serverless endpoint. Here's the App Router pattern with `route.ts`, `NextRequest` / `NextResponse`, dynamic segments, and production traps.
Jan 24, 2025 8 min read any intermediate
Next.js Server-Side Rendering (SSR, SSG, ISR) — Complete Guide (2026)
Next.js gives you three rendering modes: SSR (every request), SSG (build time), and ISR (build + revalidate). Here's how to pick the right one and the exact App Router syntax for each.
Jan 24, 2025 8 min read any intermediate
Get weekly notes in your inbox
Practical tips, tutorials and resources. No spam.