How to skip navigation if already on current url #826
ishandutta2007
started this conversation in
General
Replies: 0 comments
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 am using the
Link
component basically I have this:I am wrapping my other divs inside a
Link
when I am already on
"/"
I want Link to be a no operation but even in those case it takes time as it reroutes to the same urlI have tried to use
preload="intent"
but still it doesn't speedup.Beta Was this translation helpful? Give feedback.
All reactions