This template provides a minimal setup to get React working in Vite with Hot Module Replacement (HMR) and some ESLint rules.
You can see a live demo at: https://stock-app-0z13.onrender.com
- Email: [email protected]
- Password: aA?123456
- Fast Refresh using official Vite plugins for React.
- ESLint integration for code quality.
-
@vitejs/plugin-react
: This plugin uses Babel for transforming your React code and enabling Fast Refresh. -
@vitejs/plugin-react-swc
: This plugin uses SWC as a super-fast alternative to Babel, also enabling Fast Refresh.
More information about the frontend part of the Stock API application.