Hacker News new | ask | show | jobs
by hellcow 894 days ago
The point of HTMX is that any element can submit HTTP requests, and you can drop the response anywhere in the document. It no longer has to be just <a> and <form> with full page reloads.
1 comments

Yes. That’s the point? So why is it egregious in a way that <form> is not?