View Source API Reference HTMeX v0.1.0

Modules

HTMeX simplifies working with the HTMX javascript library in a Phoenix web application. HTMX can be used to improve the interactivity of you web application without having to write much javascript. It can give your site a single page application feel while not requiring websockets. It achieves this by using AJAX request to the backend and stitches the server response HTML into the DOM.