Practice code for Section 08 - Working with Refs and Portals, part of the course "React - The Complete Guide (incl. Redux)" by Maximilian Schwarzmüller.
This project covers:
- Accessing DOM elements with refs
- Rendering modals with portals
- Managing uncontrolled inputs when needed
- Implemented as part of a guided course project, with additional features and customizations added independently
- React
- JavaScript (ES6+)
- Build tool - Vite
- React Refs
- React Portals
# 1) install
npm install
# 2) dev server
npm run dev
# 3) production build
npm run build
npm run preview