Technology
HTMX
HTMX is a small, dependency-free JavaScript library: it extends HTML with attributes to enable AJAX, CSS Transitions, WebSockets, and Server-Sent Events directly in your markup.
HTMX reintroduces the power of hypertext, allowing any element (not just `<a>` and `<form>`) to issue an HTTP request and update a specific part of the DOM. It shifts the complexity back to the server, letting you build modern, dynamic UIs with minimal client-side JavaScript (often reducing code size by 67% compared to frameworks like React). Key attributes like `hx-get`, `hx-post`, and `hx-target` allow you to declaratively define actions, triggers, and update locations, enabling features like real-time form validation and lazy loading without writing a single line of front-end fetch logic.
Related technologies
Recent Talks & Demos
Showing 1-4 of 4