// blog.category("Next.js")
Next.js Articles_
3 articles
// filter.category()
// filter.tags()
01 10 min read
Next.js Next.js App Router Best Practices From Production Projects
Server Components, caching, layouts, Server Actions, and error handling — App Router patterns I rely on after shipping Next.js apps for US and EU clients.
Next.js App Router Server Components
Read
02 11 min read
Next.js Server Components vs Client Components in Next.js: A Practical Guide
When to use each, how to avoid hydration mistakes, and the mental model I teach client teams shipping production Next.js apps.
Next.js React Server Components
Read
03 12 min read
Next.js Next.js Performance Optimization: How I Hit Lighthouse 100
Core Web Vitals, image optimization, bundle splitting, caching, and font loading — a complete playbook for squeezing every millisecond out of Next.js in production.
Next.js Performance Core Web Vitals
Read