gil-- / gatsby-starter-shopifypwa

💚:shopping_cart:💚 Bodega is a Shopify PWA using Gatsby JS + Netlify CMS
https://bodega.netlify.com
MIT License
103 stars 9 forks source link

Initial Form Error & Validation #33

Closed gil-- closed 5 years ago

gil-- commented 5 years ago

WIP

This PR will handle input errors from both client-side and any apollo response from Shopify's servers. It will for now, only enhance auth forms (password reset, login, register) but will be used for all forms going forward.

codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit 3495b418 and detected 0 issues on this pull request.

View more on Code Climate.

gil-- commented 5 years ago

Missing client-side validation. Will add in future PR using Yup schema library to ensure required fields are entered, etc.