> how would i do that without resorting to a bunch of js
I think you probably would have to. Updating a bit of the DOM directly - if you really need to do this - sounds like a job for something like alpine.js, which apparently pairs nicely with HTMX.
I'm trying to make a site that's just pure HTMX though, to see how it turns out.
I think you probably would have to. Updating a bit of the DOM directly - if you really need to do this - sounds like a job for something like alpine.js, which apparently pairs nicely with HTMX.
I'm trying to make a site that's just pure HTMX though, to see how it turns out.