Vite is built on top of esbuild, a JavaScript bundler written in Go, which bundles dependencies 10-100 times faster than JavaScript-based bundlers. Vite leverages the browser’s native ESM to parse and compile your code as the browser requests it. The browser only needs to pre-bundle your dependencies.
Table of contents
PrerequisitesWhat is Vite?Over 200k developers use LogRocket to create better digital experiencesHow do Vite and Create React App work?Create React App in developmentVite in developmentWhy use Vite?Setting up a React project with Vite 3.0Migrating a Create React App project to ViteDifferences between Create React App and ViteConclusionLogRocket proactively surfaces and diagnoses the most important issues in your React apps7 Comments
Sort: