Hacker News new | ask | show | jobs
by 0xrelogic 236 days ago
I tested Next.js 16 on a 200+ component project. The Turbopack numbers are real:

Development startup: 1083ms (Webpack) → 603ms (Turbopack) = 44% faster

Production builds: 45s (Webpack) → 17s (Turbopack) = 2.6x faster

This isn't a micro-optimization. It's a noticeable difference in daily workflow.

The article also covers: • Astro 5.15 deployment skew protection (solves version mismatch bugs)

• Node 22 LTS native proxy support (useful for enterprise environments)

• CSS View Transitions now Baseline (all major browsers)

• Vite+ announcement (unified JavaScript toolchain, preview early 2026)

October was packed with releases. Happy to discuss any of these updates.