Please just try HTMX
pleasejusttryhtmx.com
Please just try HTMX
1–10 of 530 posts
Re: Please just try HTMX
#2Re: Please just try HTMX
#3Re: Please just try HTMX
#4If your solution is actually good, it will get adopted eventually...
Forget React, there's still stuff written in jQuery and JSP.
Why the rush to convert everything - you're not a missionary on a mission, just build your stuff in stuff you like?
The attack on npm is ridiculous, when (apart from introducing a permanent vulnerability in the form of a runtime dependency on a third party site), you still need npm for htmx.
Re: Please just try HTMX
#5Please install a TLS certificate to the site so people can view the content.
Re: Please just try HTMX
#6And now I'm at the breaking point. So I'm planning to move to tailwind and Go templates, but honestly, i was hopeful for htmx, so I need to properly see the usecase. Which i don't know is this. It reminds me of Angular a lot...
Re: Please just try HTMX
#7htmx is a great idea, but it's not necessary anymore. We're very close to invokers being baseline (and even that is just an extension of the "composedPath includes -> invoke" pattern), and that will take care of plenty of what htmx was designed to do. Between features like that, and web components, I'm very happy to stick with "plain HTML" (no frameworks; my web components do not draw from a core module or anything).
Also, just a suggestion because it's not technically wrong:
The example of sometimes needing an auto-completing search box is probably not the best one to use. I'm sure it's meant to say "you want the results to be queried from a server/database on every input", which you would certainly need javascript for. But the specific example of just having a search box autocomplete can actually be fulfilled with a datalist element. It won't dynamically re-query results, but it will filter based on input. So it's a muddy example, at best, and that's probably not great for the point trying to be made.
Re: Please just try HTMX
#8Please install a TLS certificate to the site so people can view the content.
The link doesn't point to an HTTPS server.
https://security.googleblog.com/2025/10/https-by-default.htm...
Re: Please just try HTMX
#9Please install a TLS certificate to the site so people can view the content.
Re: Please just try HTMX
#10Any big reason to use HTMX instead? Is Turbo not really discussed much because of it's association to RoR?