You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my app, I'm submitting a Form as the user types (auto-saving feature). It'd be great if we could specify a timeout when submit()ing (➡️ a subsequent submit() would cancel the previous one if still pending). What I'm doing right now is that I created my own abstraction for this, and it works just fine, however I'm loosing all the goodies such as useNavigation(), for which I also have to create an abstraction in order to be able to track that new "timed-out" state. It'd be so great to have this integrated directly into Remix.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In my app, I'm submitting a
Form
as the user types (auto-saving feature). It'd be great if we could specify atimeout
whensubmit()
ing (➡️ a subsequentsubmit()
would cancel the previous one if still pending). What I'm doing right now is that I created my own abstraction for this, and it works just fine, however I'm loosing all the goodies such asuseNavigation()
, for which I also have to create an abstraction in order to be able to track that new"timed-out"
state. It'd be so great to have this integrated directly into Remix.Beta Was this translation helpful? Give feedback.
All reactions