You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2022. It is now read-only.
React Hook Form is a library that helps you validate forms in React. It is a minimal library without any other dependencies, while being performant and straightforward to use, requiring developers to write fewer lines of code than other form libraries. This library will take care of all validation, including when to validate. Custom components or components from libraries can also be controlled using react-hook-form, without behaving oddly or differently from other inputs, giving the website a very smooth UX.
The cursor on the signup/signin pages when hovering on buttons doesn't change to a pointer, I think updating that will provide a better, more comprehensible UX.
I would love to work on implementing react-hook-form into the forms used in the website, and update button hovers as well.