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
In React Challenge 5, I devoted additional practice to the useEffect hook, refining my skills in handling side effects and lifecycle events. Moreover, I delved into the intricacies of API calling, gaining practical experience in fetching and managing data dynamically within my React applications.
JavaScript
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available: