... What am I even looking at https://htmx.org/docs/
> htmx is a library that allows you to access modern browser features directly from HTML, rather than using javascript.
But then who turns those non-standard HTML attributes from the example into actual actions?
And also they talk about AJAX later, which requires JavaScripts ![]()
@vaporeon_ your main (only?) means of using it is just putting attributes on elements in the HTML but the business logic is of it all is just JS