1 messages · Page 1 of 1 (latest)
Hi, i already tried the useNavigation (-1) but need to press a lot of times to go back
there's no way Link can have a -1 because it needs to work as a <a> tag too
you can do ../ which will take you to the parent route
../
but it's not the same of navigate(-1)
navigate(-1)
damn
so how users can gpo back 1 screen
just using -1?
It depends on what you want exactly
Because -1 is to go back on the history stack
But you may want to go to another route
-1 can take the user to another domain or even the new tab page