-
-
Notifications
You must be signed in to change notification settings - Fork 2
Drop the htmx library #42
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
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.