/react-hooks-form

React Hooks Form Example

Primary LanguageJavaScript

useForm React Hook

A React Hook for use in place of libraries like Redux Form and Formik. Can be used with Yup for form validation.

This project was bootstrapped with Create React App.

Getting Started

$ npm i
$ npm start

Testing

$ npm test

Building for production

$ npm build