BBuilding a RedwoodJS Signup Form with Validation
2021-03-06 — 7 Min Read — In RedwoodJS
I recently wrote a signup form and wanted to share how I did it. It shows how to use some of the more advanced features of React-Hook-Form with RedwoodJS. Redwood has its own package. Under the hood it's using react-hook-form. For a lot of use cases…