Technology

Next.js

nextjs

Links

Resources

Recent

Latest Release Posts

Summary

  • Dev startup up to ~4× faster
  • Server Function logs in dev terminal
  • Attach debugger with next start --inspect

Summary

  • Turbopack file system caching is stable
  • Experimental interactive bundle analyzer
  • Use next dev --inspect for targeted debugging

Summary

  • Cache Components (opt-in use cache + PPR)
  • proxy.ts replaces middleware for Node runtime
  • Turbopack is now stable and default

Summary

  • Turbopack is now the default and stable bundler
  • New caching APIs: updateTag() and refresh(); revalidateTag() requires cacheLife
  • Routing optimized with layout deduplication and incremental prefetching

Summary

  • Turbopack passes 100% integration tests
  • Try Next.js 16 preview via canary flags
  • Node.js Middleware promoted to stable

Summary

  • Turbopack builds (alpha)
  • onNavigate and useLinkStatus navigation hooks
  • Early client instrumentation hook

Summary

  • App Router uses web-standard Request/Response APIs
  • Export HTTP methods (GET/POST/etc.) in app/.../route.ts
  • Static SPA export disables dynamic server endpoints