This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
created: vite react js
-
prettier
-
eslint - react/prop-type
-
source map
-
author name and email
-
components folder
-
npm i + run dev
- npm i:
-
modern normalize
-
react icons
-
clsx
-
react-router-dom
-
axios
-
formik
-
yup
imports:
- axios from "axios"
-
- as Yup from "yup"
- {Formik, Form, Field, ErrorMessage} from "formik"
- {BrowserRouter, useSearchParams} from "react-router-dom"