@vietthong31Submitted over 1 year ago
How do you validate form and make a website responsive in React? Or what libraries do you use to do that ? Feedback welcome.
How do you validate form and make a website responsive in React? Or what libraries do you use to do that ? Feedback welcome.
For form creation and form validation I like to use Formik + Yup. If you go on the Formik website you will find a good tutorial for React. For responsiveness I recently discovered the react-responsive library, really easy to use.