At least the marketing website is snazzy ¯\_(ツ)_/¯
Turbopack, the successor to Webpack
41–50 of 331 posts
Re: Turbopack, the successor to Webpack
#42Is there a place I can find a "current state of the art" on this stuff? Once upon a time a quick-start option would have been. For instance, I may have done Rails+React+Babel+Webpack to get a quick backend JSON-API and a front-end web-app that consumes it. Not for something that "scales to 100 teams", just something for me to spin an app up in quickly. i.e. 0 to 1 is the only thing that matters.
Re: Turbopack, the successor to Webpack
#43Literally 1 day after my team migrates our build to Vite :')
Re: Turbopack, the successor to Webpack
#44Re: Turbopack, the successor to Webpack
#45This looks great, but I feel like calling this a successor to Webpack in its current state is disingenuous, considering the roadmap literally says: “Currently, migrating to Turbopack from Webpack is not yet possible.” At least the marketing website is snazzy ¯\_(ツ)_/¯
Re: Turbopack, the successor to Webpack
#46As Lee Robinson mentioned and as I had said before [0], Rust and other compiled languages are the future of tooling. We should optimize for speed for tooling, not only whether people can contribute to it or not. We can always have a JS layer for configuration while the core runs in Rust, much like for many Python libraries, the interface is in Python while the computation happens in C++. I was also looking forward to…
There's this fairly recent notion that speed rules everything. Perhaps maintainability and releasing non-alpha quality software could have a day or two in the sun as well?
Re: Turbopack, the successor to Webpack
#47Re: Turbopack, the successor to Webpack
#48Earlier quoted context omitted.
according to the article, Turbopack is 10-20x faster than Vite. I wonder how they were able to edge it out so significantly!
I would guess they're factoring this in: > Turbopack is built on Turbo: an open-source, incremental memoization framework for Rust. Turbo can cache the result of any function in the program. When the program is run again, functions won't re-run unless their inputs have changed. This granular architecture enables your program to skip large amounts of work, at the level of the function. Which would make that multiple a…
Re: Turbopack, the successor to Webpack
#49This looks great, but I feel like calling this a successor to Webpack in its current state is disingenuous, considering the roadmap literally says: “Currently, migrating to Turbopack from Webpack is not yet possible.” At least the marketing website is snazzy ¯\_(ツ)_/¯
Re: Turbopack, the successor to Webpack
#50This looks great, but I feel like calling this a successor to Webpack in its current state is disingenuous, considering the roadmap literally says: “Currently, migrating to Turbopack from Webpack is not yet possible.” At least the marketing website is snazzy ¯\_(ツ)_/¯