Reloading all routes after an action is erasing params #7242
-
Hi Remix community! I'm fairly new to Remix, and running into an issue that I'm not sure how to solve. The app we're building is displaying a set of tickets, which can exist in folders (like in Gmail). We have a couple of nested routes -- The problem is, when that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
useSubmit
hook, like theForm
component, cause a navigation to theaction
URL. You can useuseFetcher().submit
to do the request without causing a navigation.