The Evolution of Web Forms — Part 3: React Hook Form, Validation Libraries, and Zod In Part 2, we learned that React solved the problem of manually updating the DOM. Instead of writing: emailError . textContent = " Email already exists " ; emailInput .
Source: [Dev.to](https://dev.to/karthikreddy/the-evolution-of-forms-part-3-laf)