Hacker News new | ask | show | jobs
by _heimdall 819 days ago
I've actually found HTMX to work really well with custom elements for basic interactivity.

If most of your logic is server-side and client JS is kept small, custom elements let you lean on lifecycle events built right into the browser specs.