DEV Community

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

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 :)