Can I force a +data hook to re-run after serving page from static file? #2291
Answered
by
brillout
sebastian-eggers-pcg
asked this question in
Discussion
|
My situation:
What I an trying to acomplish:
I have not yet found a good way to implement the last step. For example, to make more clear how I imagine the behaviour:
I have found a workaround by triggering a navigation inside the component: But this does not seem to be a good solution. Is there a better way? |
Answered by
brillout
Mar 21, 2025
Replies: 1 comment
|
Have you seen #1476 ?
What makes you think this is a workaround? Isn't exactly what you want actually? FYI you can use |
0 replies
Answer selected by
sebastian-eggers-pcg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you seen #1476 ?
What makes you think this is a workaround? Isn't exactly what you want actually? FYI you can use
reload()in case the URL doesn't change.