DEV Community

Discussion on: Vite.js or How i became the fastest programmer alive.

Collapse
 
ayoub3bidi profile image
Ayoub Abidi

I really know what you mean but you should read this: vitejs.dev/guide/why.html

Collapse
 
jamiebarrow profile image
James Barrow

Vite pre-bundles dependencies using esbuild. Esbuild is written in Go and pre-bundles dependencies 10-100x faster than JavaScript-based bundlers

That is the important part it seems, but there's also other useful and interesting info there to read :)