Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What version of React Router are you using?
6.8.0
Steps to Reproduce
Install the best react routing library and then install the best form control library. See that both handle the form submit and react router dom has no integration with third parties and react hook form the example that shows is using the previous version of react router dom, it cannot be possible that the two largest libraries of this type are not compatible with each other, without losing the potential of one or the other
Expected Behavior
react router dom and react hook form have some healthy form of integration where you can get the full potential of the two libraries and that if you use react hook form you don't lose qualities
Actual Behavior
If I use react router dom v6 and react hook form, react router dom overlaps in responsibility with the submitb handling with react hook form and does not have an integration with third parties for these cases, react hook form is one of the most used libraries or the most used form control, this should be contemplated
Beta Was this translation helpful? Give feedback.
All reactions