Replies: 2 comments 2 replies
-
|
I've been working on this and we're waiting on CR and merge: #832 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to redirect the user to a different page using the
hx-redirectheader 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-pushin the headers alongside it, but I'm hoping there is some simpler, more transparent solution.Beta Was this translation helpful? Give feedback.
All reactions