Poll: Is the rise of Htmx another episode of over-hyped JavaScript libraries?
I have the perception that everyone is suddenly (over-?)enthusiastic about HTMX.
People are touting it as the antidote to complex front-end toolchains and "bloated" frameworks like Angular and React.
Do you think that HTMX is worth the hype?
7 comments
[ 6.9 ms ] story [ 83.8 ms ] threadI'm struggling to see why you would compare jQuery and HTMX?
It's true that the core concept of HTMX is very simple, and you could probably reimplement any given particular use case in a few lines. However, it is in fact a big advance over the manual HTML-fragment style, precisely because it abstracts over the particulars. Standardizing on a particular, good design is an important benefit even if the functionality of the code is easy.