Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.45 KB

File metadata and controls

43 lines (31 loc) · 1.45 KB

Vitesse React

It is a copy of Vitesse, but it uses React. All configs are kept up to date.

Features

Tech Stack

This project uses Anthony Fu's latest ox + rust tech stack:

Old (JS) New (Rust) Speed
ESLint Oxlint 50-100x faster
Prettier Oxfmt 30x faster
esbuild + Rollup Rolldown 10-30x faster

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit flower-f/vitesse-react xxx
cd xxx
pnpm install