Hacker News new | ask | show | jobs
by ezequiel-garzon 2035 days ago
Has anybody built a site they’d like to share built with htmx? (If so, do share :)
1 comments

The htmx site uses htmx:

https://htmx.org

All link clicks are ajax'd via the hx-boost attribute:

https://htmx.org/attributes/hx-boost/

I like the site. I'm just curious, was it a conscious decision to not minify htmx.js? Seems you could save a fair few bytes that way.
Easier to debug