React Hook Form dev tool to help debugging forms
npm install react-hook-form-devtoolsPerformant, flexible and extensible forms with easy to use validation.



 

This React Component will help you to debug forms when working React Hook Form, and give you more insight about your form's detail.
$ npm install react-hook-form-devtools -D
``typescript jsx
import React from 'react';
import { useForm } from 'react-hook-form';
import { DevTool } from 'react-hook-form-devtools';
import './App.css';
const App = () => {
const { register, control, handleSubmit } = useForm({
mode: 'onChange',
});
return (
<>
{process.env.NODE_ENV !== 'production' &&
export default App;
``
Thanks goes to all our backers! [Become a backer].
Thanks goes to these wonderful organizations! [Contribute].
Thanks goes to these wonderful people! [Become a contributor].