-
If I have multiple forms on the same route, is there a good way to handle them with this library? |
Beta Was this translation helpful? Give feedback.
Answered by
airjp73
Apr 19, 2022
Replies: 1 comment 2 replies
-
You can handle multiple forms on a page exactly the same way you would with plain remix. If you would normally use Is there a particular use-case you're having trouble with? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vedantroy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can handle multiple forms on a page exactly the same way you would with plain remix. If you would normally use
useFetcher
, you can pass that to thefetcher
prop of the form.Is there a particular use-case you're having trouble with?