Deep Dive into React Hook Forms

Hi there
After doing the intermidiate course i found react query and would like to deep dive more into it and react hook forms.
I found another turorial on building reusable components using react hook form controllers and i would like to now more about the controllers

For example im using MUI with react hook form controllers.
the render method how do you work out how to place your component in it.
When would you wrap the component in a FormControl? or a FormGroup?
In MUI how do u now which specific Types you needd to have like Labels, options etc
Which Props to use by the render method.
and essentialy how to build it so its fully standalone and reusable.

Where can you read more about it ?
i had a look on React hook forms site but they just explain what it does there arent examples of all of them.

1 Like