Vite is made to speed up the build process and provide a faster development experience for modern web apps. It uses Native modules (ESM) based dev server. Vite bundles all the dependencies, modules, and code together for production. Vite uses ESM to load routes separately, and a module is only executed if the request made.
Table of contents
Vite FeaturesVite vs create-react-app: Why use ViteCreating a React.js App using Vitenpm init vite vs. create-react-appOpen Source Session ReplayMigrating from create-react-app to ViteConclusion2 Comments
Sort: