/htmx

super simple htmx app

Primary LanguageHTML

htmx example

super simple app to demo htmx. Uses node, expressjs, and htmx from a cdn link. Not installing htmx.org from npm because you'd need to bundle it then.

Clicking the button sends a AJAX request back to the server, which returns data to replace the target div element.