What is New in Next.js 15?
Released in late 2024, Next.js 15 brings React 19 support, Turbopack stability for development builds, redesigned caching behavior that is more opt-in than automatic, and the new after() API for running code after a response is sent. The upgrade from Next.js 14 has a few breaking changes that catch developers off guard.
Turbopack is now stable in next dev and delivers dramatically faster hot module replacement — typically 5-10x faster startup than webpack, with even bigger gains in large codebases. This alone makes upgrading worthwhile for development speed, even if production builds still use webpack.


