how to know from ? #11711
how to know from ?
#11711
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use redirect or navigate in a page A or loader to jump to a page B, can I simply get a refrence similar to browsing from the loader's request object? something?
Currently, you can only use navigate ('/b',{state:{from '/a'}) ?
Is this a best practice?
I can't read state in loader because useLocation can only be used within components
Beta Was this translation helpful? Give feedback.
All reactions