<div align="center"> <a href="https://react-hook-form.com" title="React Hook Form - Simple React forms validation"> <img src="https://raw.githubusercontent.com/react-hook-form/react-hook-form/master/docs/logo.png" alt="React Hook Form
npm install @hookform/core
``jsx
import { createFormControl } from '@hookform/core';
const { register, setValue } = createFormControl({
defaultValues: {
name: 'Bill',
},
});
register('name', { required: true });
setValue('name', 'test');
``
Thanks go to all our backers! [Become a backer].
Thanks go to these wonderful people! [Become a contributor].