Hacker News new | ask | show | jobs
by recursivedoubts 2035 days ago
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/

1 comments

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