Turbopack is an incremental bundler optimized for JavaScript and TypeScript, written in Rust, and built into Next.js 13.
On large applications, Turbopack updates 700x faster than Webpack.
Turbopack can be used in Next.js 13 in both the pages
and app
directories:
npx create-next-app@latest --example with-turbopack
next dev --turbo
To learn more about the currently supported features for Turbopack, view the documentation.