mafik / gatekeeper

DHCP & DNS server optimized for home gateways.
MIT License
78 stars 2 forks source link

Drop the htmx library #42

Open mafik opened 1 year ago

mafik commented 1 year ago

While htmx is allows one to avoid custom JS, it pollutes HTML markup with hx-attributes. Because of that it should be replaced with a proper script.js.

Potentially it could also help with automatic view transitions: https://daverupert.com/2023/05/getting-started-view-transitions/ - because htmx somehow causes chrome to segfault.