Base Apparel's Coming Soon page using React, Chakra-UI, Formik and Yup

Solution retrospective
I love how easily I was able to implement the form with validation using Formik and Yup. Next time I might forego the use of Chakra-UI as it did not lend a lot to this project.
What challenges did you encounter, and how did you overcome them?I struggled with getting Chakra-UI to work correctly. I searched the documentation and realized I forgot to wrap my code with the <ChrakraProvider> component.
What specific areas of your project would you like help with?I feel like I should be able to get the "Required" message from Yup to display immediately after submission of an empty string. The html required message comes up immediately, but not the Yup error message.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Robert Horosewski's solution.
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