
7 min read
Accessible React Forms with RHF and Zod
The story of rebuilding a broken signup form with React Hook Form and Zod: schema validation, onBlur mode, aria-invalid, role=alert, and server-side reuse.
Tag

The story of rebuilding a broken signup form with React Hook Form and Zod: schema validation, onBlur mode, aria-invalid, role=alert, and server-side reuse.

A practical web accessibility checklist for WCAG 2.2: test contrast, keyboard, focus, target size, and forms, then fix the issues that fail an audit — updated for 2026 law.