|
HTMX is neither a meme nor is it anti-javascript, it is literally written in js. It does not aim to remove js from your code, it simply adds more features to HTML by default, like making any element able to trigger an web request. When you write a real world app with HTMX, you inevitably end up writing some js, which is totally fine. |