Intro Component With Signup Form - Tailwind CSS đ¨, React Hook Form âī¸

Please log in to post a comment
Log in with GitHubCommunity feedback
- @dev-enthusias
You did really great with your solution. I love the slide effect on the error messages. Great ux experience with the error indicator. Typescript is great for type safety and you used it awesome in this project.
Allow me point out some helpers The React hook form have a prop (isSubmitting) formState: {isSubmitting, errors} which you can use instead of writting loading state to show if your form is submitting or not. You set or reset it with the setSubmitting() method.
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord