You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NextJS v15 promises better dev experience among other things:
Turbopack Dev
We are happy to announce that next dev --turbo is now stable and ready to speed up your development experience. We've been using it to iterate on vercel.com, nextjs.org, v0, and all of our other applications with great results.
For example, with vercel.com, a large Next.js app, we've seen:
Up to 76.7% faster local server startup.
Up to 96.3% faster code updates with Fast Refresh.
Up to 45.8% faster initial route compile without caching (Turbopack does not have disk caching yet).
You can learn more about Turbopack Dev in our new blog post.
The text was updated successfully, but these errors were encountered:
NextJS v15 promises better dev experience among other things:
The text was updated successfully, but these errors were encountered: