Navigate with State? #218
|
React Router 6 let you pass a state parameter to the navigate command like this is there an equivalent in react location? |
Answered by
tannerlinsley
Feb 18, 2022
Replies: 1 comment
|
State doesn’t exist in RL. Use search or external state management instead. |
0 replies
Answer selected by
bzbetty
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
State doesn’t exist in RL. Use search or external state management instead.