Live data from Hacker News

Turbopack: Building faster by building less

nextjs.org

1–10 of 26 posts

Re: Turbopack: Building faster by building less

#2
Much less indeed, not all Webpack plugins capabilities are supported and now anyone that wants to make one has to learn Rust, which surely isn't the same as writing it in JavaScript.

The splitting communities effect always gets left out of these announcements, or gets positioned as something good.

Re: Turbopack: Building faster by building less

#6
post #4
post #3

I may be out of the loop, but isn't the JS/TS community consolidating around Vite? https://vite.dev/

Yes, TurboPack is for legacy projects that can't update from Webpack, but still want some bundle speed improvements.

Which is mainly NextJS (old and new), since under the hood that still seems to rely on Webpack.

Re: Turbopack: Building faster by building less

#10
post #4
post #3

I may be out of the loop, but isn't the JS/TS community consolidating around Vite? https://vite.dev/

Yes, TurboPack is for legacy projects that can't update from Webpack, but still want some bundle speed improvements.

Not really, because they only ported into Rust the most used plugins with "yes but" constraints.
Post reply on HN