JosephMainaDev / react-form-libraries

Code for demo on how to use Formik and React Hook Form libraries.

Home Page:https://codesandbox.io/p/github/JosephMainaDev/react-form-libraries

Repository from Github https://github.comJosephMainaDev/react-form-librariesRepository from Github https://github.comJosephMainaDev/react-form-libraries

React Form Libraries

This repo has code created for an article I wrote on the two most popular libraries used to create forms in React.

Read the article here: dev.to

Try the code

To try out the forms:

  1. Clone the repo

git clone https://github.com/JosephMainaDev/react-form-libraries.git

  1. Install the dependencies

npm install

  1. Start the dev server

npm run start

About

Code for demo on how to use Formik and React Hook Form libraries.

https://codesandbox.io/p/github/JosephMainaDev/react-form-libraries


Languages

Language:JavaScript 73.4%Language:HTML 18.2%Language:CSS 8.4%