Skip to content

Latest commit

 

History

History

README.md

Vite + RSC

This example shows how to set up a React application with Server Component features on Vite using @vitejs/plugin-rsc.

Open in StackBlitz

# run dev server
npm run dev

# build for production and preview
npm run build
npm run preview

API usage

See @vitejs/plugin-rsc for the documentation.

Notes

Deployment

See vite-plugin-rsc-deploy-example