# Never ask again what Vite does
Vite is a modern frontend build tool. In the React ecosystem, it is commonly used to create fast React + TypeScript apps with a lightweight dev server, instant module updates, and production builds powered by Rollup. Official source anchors to read later: https://vite.dev/ https://vite.dev/guide/ https://vite.dev/guide/features.html https://vite.dev/config/ https://github.com/originjs/vite-plugin-federation Think of Vite as two connected tools: A development server that serves source files as na


