Turbopack Has a Free Rust-Powered Bundler — Next.js's Successor to Webpack

rust dev.to

Next.js dev server with webpack: 10 seconds to start. With Turbopack: under 1 second. Same codebase, same config. What is Turbopack? Turbopack is a Rust-based bundler designed by the Vercel team as webpack's successor. It's now the default dev bundler in Next.js 15 and handles HMR updates in milliseconds regardless of application size. Why Turbopack 1. Enable in Next.js (One Flag) next dev --turbopack That's it. Your existing Next.js app works with Tur

Read Full Tutorial open_in_new
arrow_back Back to Tutorials