Islands-router programmatic client-side navigation #4665
Unanswered
CodingFlow
asked this question in
Q&A
Replies: 1 comment
-
|
Correct, there is no client-side routing functionality so you can't use You could
I'd probably design around option 1 as most in spirit with the intention of islands, which is progressive enhancement of HTML with minimal WASM. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Enabling islands-router on an SSR with islands app allows for client-side navigation via the router when clicking links and using browser history. But I tried using
use_navigate, and get the "You cannot calluse_navigateoutside a ." panic in the browser. I wanted to navigate to another pager after a server function returns.How to programmatically navigate to another page via router with view transition on the client-side?
Beta Was this translation helpful? Give feedback.
All reactions