Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

htmx

< >

htmx is a template language created in 2020 by Carson Gross.

#170on PLDB 4Years Old
Download source code:
git clone https://github.com/bigskysoftware/htmx
HomepageLeet SheetSource CodeBlogSubredditTwitterDocs

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


Example from the web:
<script src="https://unpkg.com/htmx.org@1.7.0"></script> <!-- have a button POST a click via AJAX --> <button hx-post="/clicked" hx-swap="outerHTML"> Click Me </button>
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll