Why is submitting tracked by the library #224
-
Hey all, I have just come across this library and am curious about the Just curious is all :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! It used to be a wrapper around |
Beta Was this translation helpful? Give feedback.
Hi!
It used to be a wrapper around
useTransition
until we added async validation. While validating, the form isn't really submitting from remix's perspective, but it is from the user's perspective.useTransition
also turned out to be a big pain to use for automatically detecting submission in a general way that works no matter how many forms you have.