-
This example shows an alternative to href navigation that avoids reloading the page by calling liveSocket.pushHistoryPatch(). Search for “goto.” here’s where goto() is implemented. Does LiveSvelte have something like this? If not, is this the recommended way? |
Beta Was this translation helpful? Give feedback.
Answered by
woutdp
Apr 27, 2023
Replies: 1 comment
-
LiveSvelte doesn't support that method for now as it wasn't working for me, but would be happy to add There's also this way of doing it: https://github.com/woutdp/live_svelte#liveview-live-navigation-events |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dev-guy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LiveSvelte doesn't support that method for now as it wasn't working for me, but would be happy to add
goto
if we can get it to work.There's also this way of doing it: https://github.com/woutdp/live_svelte#liveview-live-navigation-events