Skip to content

React + Vite

The React + Vite component pairs Vite’s fast bundler with a ready-to-serve React runtime. Use it when you need quick rebuilds, hot module reload, and a lightweight deployment target for frontend projects. Diploi handles the build pipeline so you can focus on UI work.

Add to your project

Paste this entry into the components list in diploi.yaml to add React + Vite to your project.

components:
- name: React + Vite
identifier: react-vite
package: https://github.com/diploi/component-react-vite#main

See also