Replies: 1 comment
-
Seems like something that we could implement since htmx sends the |
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
-
We currently have 2 endpoints, one for the hx requests and one for a full page load.
Now, if we use
hx-boost=true
, the endpoint for the hx-requests is used per default.However the purpose of hx-boost is IMHO to trigger a full page load request and let htmx handle it differently on the frontend.
We are aware of
htmxRequest.isBoosted()
but we think it would be much more useful to allow to ignore boosted optionally, so the full page load can be used.We would suggest to set the default to
false
for backwards compatibility.Beta Was this translation helpful? Give feedback.
All reactions