Navigate API
These functions are just client side helpers for getting some common htmx calls you might make from a front-end framework.
Navigate
Takes the href you want to navigate, if the href is part of the same domain it will do a htmx boost to that page, otherwise it will do a full page reload to that location.
pushUrl
defines whether or not the navigation should be added the browser's history.
Revalidate
A short cut to navigate()
to the current location effectively revalidating the current page.
htmxAppend
Will load the href and append the html response to the end of the body. This is useful for server side dialogs