https://github.com/maxzz/ui-small-tests
UI test playground
https://github.com/maxzz/ui-small-tests
Last synced: 2 months ago
JSON representation
UI test playground
- Host: GitHub
- URL: https://github.com/maxzz/ui-small-tests
- Owner: maxzz
- Created: 2025-10-14T22:26:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-01-24T04:44:12.000Z (5 months ago)
- Last Synced: 2026-04-04T00:44:54.172Z (2 months ago)
- Language: TypeScript
- Homepage: https://maxzz.github.io/ui-small-tests
- Size: 2.06 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UI testing playground
This template provides a minimal setup to get React working in Vite with HMR.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) (or [oxc](https://oxc.rs) when used in [rolldown-vite](https://vite.dev/guide/rolldown)) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
### React Compiler
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation).
### Started as
```bash
pnpm create vite@latest .
```