Replies: 2 comments 1 reply
-
I've been working on this and we're waiting on CR and merge: #832 |
Beta Was this translation helpful? Give feedback.
0 replies
-
For people who stumble upon this you can also use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to redirect the user to a different page using the
hx-redirect
header feature.This triggers a full page reload on the new url.
Is there any way to do it without dropping the current page and loading the next one?
I would like to get behavior like
hx-boost
- the new content is swapped into the page and a new url pushed into the history.It seems to me that the solution might be to return the same body as the targeted url, and do a
hx-push
in the headers alongside it, but I'm hoping there is some simpler, more transparent solution.Beta Was this translation helpful? Give feedback.
All reactions