RonaldRusso94 / rummmble-frontend

rummmble.vercel.app
2 stars 0 forks source link

Login/Register pages #2

Open RonaldRusso94 opened 4 years ago

RonaldRusso94 commented 4 years ago

Create Login-Register branch and recreate pages 12 & 13 of the design.

Use Formik to create the form. Form validation will be handed by yup as seen in documentation https://www.npmjs.com/package/formik https://formik.org/docs/overview

RonaldRusso94 commented 4 years ago

Hey, change of plans. Please use react-hook-forms instead of formik. It is an easier / more lightweight library that also handles form building & validation.

https://www.npmjs.com/package/react-hook-form https://www.react-hook-form.com/

monalizadsg commented 4 years ago

Noted.