HTMX

HTMX

</> htmx - high power tools for html
1 review1 shoutout
19 followers

What is HTMX?

htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext htmx is small (~14k min.gz’d), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react

Do you use HTMX?

Review HTMX?

5/5 based on 1 review

Maker reviews of HTMX

fastht.ml
Jeremy Howard
used this to buildfastht.mlfastht.ml
(77 points)
HTMX removes four critical constraints of HTML. It allows any event on any DOM element to call any HTTP method on any path and place the response anywhere in the DOM.
View all HTMX reviews

Reviews

Ben Szymanski
4 reviews
HTMX is a wonderful model for building interactive web applications. I really love how it allows me to use the functionality that's already present in most backend frameworks (pagination, searching, filtering, validation...) without having to rewrite any of this on the frontend.