Skip to content
Discussion options

You must be logged in to vote

short answer:
we support both uncontrolled/controlled. more to read here:

https://react-hook-form.com/faqs#ReactHookFormFormikorReduxForm

We are not aginst react recommendation for building component controlled, however building forms over the years and I start to realize the native (uncontrolled) form is just fine or even better in the most use cases. especially simplicity, performance, and scalable for large and complex forms. now you still can build controlled inputs at React Hook Form by leveraging Controller: https://react-hook-form.com/api#Controller There are cases where controlled forms make sense, but I find less the case, more of a controlled component.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ahmedosama5200
Comment options

You must be logged in to vote
3 replies
@bluebill1049
Comment options

@NikolaGrujicic
Comment options

@bluebill1049
Comment options

Comment options

You must be logged in to vote
2 replies
@bluebill1049
Comment options

@msageryd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants