adg29 / demo-easy-peasy-typescript-hook-form

Created with CodeSandbox

Home Page:https://codesandbox.io/s/github/adg29/react-easy-peasy-typescript-hook-form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easy-peasy-typescript + react-hook-form

An example implementation of using Typescript with react-hook-form and Easy Peasy.

React Hook Form is built based on uncontrolled input, which means you don't need to change input value via state by onChange. Registering forn inputs ensures that react-hook-form's handleSubmit function will receive the form data when form validation is successful.

The fully typed global state solution for React abstracts Redux boilerplate, and also grants access to all of its power.

react-hook-form supporting documentation

About

Created with CodeSandbox

https://codesandbox.io/s/github/adg29/react-easy-peasy-typescript-hook-form


Languages

Language:TypeScript 53.7%Language:CSS 25.5%Language:HTML 20.8%