Comment by aanthonymax
8 days ago
Hello! HMPL differs from HTMX quite seriously in that HTMX uses the outdated XMLHTTPRequest in requests, and is also almost not customizable at all. HMPL focuses on customization, which is done through more complete integration via JavaScript. It differs from Alpine.js in that it is a highly specialized tool, not a general one.
Alpine.js, HTMX and HMPL - represent the same idea (if we are talking about the server), but differ in details.
Is there a problem with XMLHTTPRequest?
When you say customizable: how? Can you give an example?
It's old. You can specify AbortController, for example.
Could you be more specific?
2 replies →