Rebuild-Black-Business / RBB-Website

Website to help connect black-owned businesses with consumers and resources
https://www.rebuildblackbusiness.com/
MIT License
120 stars 75 forks source link

Implement Formik and Yup for forms and validation #384

Closed brianjhanson closed 3 years ago

brianjhanson commented 3 years ago

Formik mixed with Yup provide a great developer experience as well as pave the way for more complex validation which leads to a better user experience and more consistent data flowing to the API. We should add them and use them for the forms on the site and expand on the work done in #381

magnificode commented 3 years ago

Closed by #381

brianjhanson commented 3 years ago

Hey @magnificode #381 didn't actually add this. That one implements some custom validation which is probably less than ideal. My original goal was to make it a bit more solid with this ticket.