Vite is a build tool similar to Webpack. It can be used for React, Preact, Svelte, Vue, Vanilla JS, and LitElements. Vite uses route-based code-splitting to figure out what parts of the code actually need to be loaded, and doesn't have to pre-bundle everything.
Table of contents
What is Vite?How does Vite work?Why use Vite over CRA?PrerequisitesCreating a Project with ViteConclusion17 Comments
Sort: