Replies: 1 comment
-
@alexluong Still learning Remix myself too but I'd say just let the Remix error boundary handle it since it should not really happen. But if you really need more fine grained handling, for example if you really don't want to lose form state in any situation, you should use |
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
-
Hi, really like the idea of
react-zorm
and am curious if you have any thoughts on this topic?Let's say for some reason the form go through even if there's some validation error, how should we handle the thrown response from Remix action?
Beta Was this translation helpful? Give feedback.
All reactions