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
This GitHub repository features a Netflix clone built with React, using `useState` and `useEffect` hooks for state management and Axios for API data fetching. It replicates Netflix's design and functionality, offering a practical example for learning React hooks, state management, and API integration, with an interactive user experience.
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: