HTMX: HTML eXtended
March 8, 2025The following are the goals/opportunities on top of the HTML, as a hyper-media, that HTMX offers with the corresponding attributes that address them:
Any element should be able to make a HTTP request
hx-get, hx-post, hx-put, hx-patch, hx-delete
Any event should be able to trigger an HTTP request
hx-trigger
Any HTTP Action should be available
hx-put, hx-patch, hx-delete
Any place on the page should be replaceable (transclusion)
hx-target, hx-swap