Adopt
Vite is a modern front-end build tool that significantly improves the development experience. It leverages native ES modules in the browser for fast development server startup and hot module replacement (HMR). Vite also provides optimized production builds using Rollup.
At ProcureAI, Vite is the default dev and build tool for our React packages and apps.
It runs inside Nx with Rollup-powered builds, powers our Storybook
host, and pairs with Tailwind via the @tailwindcss/vite plugin. Vite
drastically improves local developer experience through fast startup and HMR while
still producing optimized production builds. We ship ESM-only bundles for consistency across our monorepo.
What it enables
- Near-instant feedback loops
- Modern ESM-first workflows
- Simpler build configuration