htmx
htmx copied to clipboard
</> htmx - high power tools for HTML
There's a problem w/ the code (or specific approach) that htmx takes to get the browser to recognize HTML and scripts from targeted DOM elements swapped into an existing HTML...
It was not clear to me from the docs at https://htmx.org/docs/#extensions that you need an extra JS included when you want to use an extension (like SSE support). Also the...
Heya, awesome project which has really opened up web development for me :-) I'm wondering if it's possible to re-use response header values in downstream AJAX requests. I'm using a...
Hi! We've just recenlty started using HTMX on some large HTML pages (20 MB+) and started running into some performance issues when swapping large DOM trees out. When swapping out...
On large HTML pages (20 MB+), we found Firefox to be slow to swap large DOM trees. After doing some profiling, the culprit seems to be `handleAttributes()`, which iterates across...
Hi guys, I'm using Htmx for a single pagination and ordering controls. I'm not using a form, just: ``` A-Z Z-A Latest Older ``` But currently htmx is appending the...
Is it intended or is it a bug? If intended, is there a way I can turn it off? I don't think code snippet be much help but here it...
If a malformed URL (such as `https://localhost:99999999999/`) is passed to the SSE extension, this would previously cause the extension to throw an exception and break entirely and log a difficult-to-understand...
Handlebars templates don't seem to work with the client-side-templates extension. ``` handlebars template ``` **_TypeError: Handlebars.partials[templateName] is not a function_** There appears to be a number of steps missing to...
Initial precommit config that changes nothing just to get the ci running