Vite is the next generation frontend tooling. It is a solution to slow server starts because it uses native ESM to serve code. Most tools like webpack, Parcel and Rollup are bundle-based. This means the code has to be completely bundled before it can be served. Vite only needs to transform and serve source code on demand.

3m read timeFrom lo-victoria.com
Post cover image
Table of contents
What is Vite and why use it?Using Vite: Setup a React AppConclusion
3 Comments

Sort: