Replies: 1 comment 2 replies
-
The typical technique is You should redirect from your action. This way if the user tries to refresh, the browser will not resubmit the form. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when the JS is not available for some reason, and the form submission fall back to native browser behavior, how does remix prevent the form resubmission problem?
Beta Was this translation helpful? Give feedback.
All reactions