DEV Community

Alex Spinov
Alex Spinov

Posted on

htmx Has a Free API That Adds AJAX and WebSockets to HTML With Zero JavaScript

htmx: AJAX from HTML attributes. 14KB, no build step, no framework.

<script src="https://unpkg.com/htmx.org@2.0.0"></script>
<button hx-get="/api/data" hx-target="#result">Load</button>
<div id="result"></div>
Enter fullscreen mode Exit fullscreen mode

hx-get, hx-post, hx-trigger, hx-swap — all the interactivity you need without a SPA.


Need to automate data collection or build custom scrapers? Check out my Apify actors for ready-made tools, or email spinov001@gmail.com for custom solutions.

Top comments (0)