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.

5m read timeFrom israelmitolu.hashnode.dev
Post cover image
Table of contents
What is Vite?How does Vite work?Why use Vite over CRA?PrerequisitesCreating a Project with ViteConclusion
17 Comments

Sort: