Replies: 1 comment 8 replies
-
Can you explain your use-case a bit more? Gernerally this doesn't seem like a good idea to me since your loader would no longer be idempotent. And since loaders handle GET requests, they should be idempotent by default. Would a query string be an option? Or would you be better off performing a |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to know the state passed in the
<Link />
component inside the loader function args.Is it possibile to have this?
Beta Was this translation helpful? Give feedback.
All reactions