4 ms·
According to their docs "htmx is a library that allows you to access modern browser features directly from HTML, rather than using javascript" Can anyone confi
by kensai 21d ago
According to their docs "htmx is a library that allows you to access modern browser features directly from HTML, rather than using javascript"
Can anyone confirm this claim? How good is this? Doing everything in HTML/CSS might have some advantages. Is it quick and compatible enough?
- troupo 21d agoIt's a Javascript library with several custom DSLs. So yes, it's using Javascript even if you don't do it directly.
- EmilStenstrom 21d agoYes, I can confirm. The main advantage is that you can build a site that feels like a React site, but with 100x less code, and no frontend to maintain.
- yawaramin 20d agoWhere does it say that exactly?