An open API service indexing awesome lists of open source software.

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

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 .
```