HTMX: HTML eXtended

March 8, 2025

The following are the goals/opportunities on top of the HTML, as a hyper-media, that HTMX offers with the corresponding attributes that address them:

  1. Any element should be able to make a HTTP request

    hx-get, hx-post, hx-put, hx-patch, hx-delete

  2. Any event should be able to trigger an HTTP request

    hx-trigger

  3. Any HTTP Action should be available

    hx-put, hx-patch, hx-delete

  4. Any place on the page should be replaceable (transclusion)

    hx-target, hx-swap

<-- Back to Index.