GitHub - rajasegar/awesome-htmx: Awesome things about htmx
An awesome list of resources about htmx such as articles, posts, videos, talks and more.
Episode #253 A new Python for you, and for everyone! - [Python Bytes Podcast]
</> htmx - high power tools for html
htmx allows you to access 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 (~10k min.gz'd), dependency-free, extendable & IE11 compatible
<!-- Load from unpkg -->
<script src="https://unpkg.com/htmx.org@1.6.0"></script>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me
</button>
No comments:
Post a Comment