Earlier quoted context omitted.
It's the Vercel way to first run broken previews for several years. Next started with Turbopack alpha as a Webpack alternative in Next 13 (October 2022) and finally marked Turbopack as stable and default in Next 16 (October 2025). They also ran sketchy benchmarks against Vite back in 2022 [0]. Next's caching has a terrible history [1], it is demonstrably slow [2] (HN discussion [3]), RSCs had glaring security holes […
Any suggestions to replace NextJS when you only use static export (no SSR)?
Vite 8.0 Is Out
71–80 of 216 posts
Re: Vite 8.0 Is Out
#72Re: Vite 8.0 Is Out
#73Earlier quoted context omitted.
It takes tooling team and discipline to keep compile times at bay when you reach mid size projects with compiled languages (looking at you Java, C++, Rust).
Lack of discipline is exactly the magic word regardig the node ecosystem mess.
Re: Vite 8.0 Is Out
#74Earlier quoted context omitted.
I'm being rather snarky here, but the main point of front-end JS UI frameworks is to exist and to survive in their environment. For this purpose they have evolved to form a parasymbiotic relationship with others in their environment, for example with influencers. The frameworks with the best influencers win out over older ones that do not have the novelty value anymore and fail to attract the best influencers.
This could also apply to the recent wave of hate towards Next.
Re: Vite 8.0 Is Out
#75Earlier quoted context omitted.
It's the Vercel way to first run broken previews for several years. Next started with Turbopack alpha as a Webpack alternative in Next 13 (October 2022) and finally marked Turbopack as stable and default in Next 16 (October 2025). They also ran sketchy benchmarks against Vite back in 2022 [0]. Next's caching has a terrible history [1], it is demonstrably slow [2] (HN discussion [3]), RSCs had glaring security holes […
Any suggestions to replace NextJS when you only use static export (no SSR)?
Re: Vite 8.0 Is Out
#76Re: Vite 8.0 Is Out
#77Earlier quoted context omitted.
It is especially weird because JavaScript was not supposed to be processed at all! This is all wrong if you ask me. Web development should strive to launch unchanged sources in the browser. TypeScript also was specifically designed so engine could strip types and execute result code. These build tools should not exist in the first place.
If you're already passing over the sources to strip the types, why would you also not do tree-shaking and minifications?
Re: Vite 8.0 Is Out
#78Earlier quoted context omitted.
Why go halfway, embrace compiled languages in the backend. Fast all the way down, especially when coupled with REPL tooling.
It takes tooling team and discipline to keep compile times at bay when you reach mid size projects with compiled languages (looking at you Java, C++, Rust).
Re: Vite 8.0 Is Out
#79Just upgraded to 8 with some version bumping. Dev server time reduced to 1.5s from 8s and build reduced to 35s from 2m30. Really really impressed.
Re: Vite 8.0 Is Out
#80Kudos to the Vite maintainers!