Practice code for Section 18 - Handling Forms via Form Actions, part of the course "React - The Complete Guide (incl. Redux)" by Maximilian Schwarzmüller.
This project covers:
- React 19 form actions - server handled submissions
- Where form actions make sense vs client handling
Implemented as part of a guided course project, with additional features and customizations added independently.
- React
- JavaScript (ES6+)
- Build tool - Vite
- Form actions
# 1) install
npm install
# 2) dev server
npm run dev
# 3) production build
npm run build
npm run preview