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>
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)