React Forms Deep Knowledge : Use with technology: topic: for comprehensive documentation on React form patterns and validation strategies. Full Reference : See advanced.md for Server Actions, Multi-Step Forms, Dependent Fields, Auto-Save, Validation Patterns, and Accessibility. Controlled vs Uncontrolled Controlled Forms React state controls the input: Uncontrolled Forms (useRef) DOM controls the input: FormData API (Uncontrolled) --- React Hook Form Most popular form library - uncontrolled with great DX: Form Arrays Controlled Components with RHF --- Best Practices | Do | Don't | |----|-----…