Join Nostr
2025-06-03 16:31:07 UTC
in reply to

jake lazaroff on Nostr: nprofile1q…56m2n by "bad idea" i mostly meant using htmx this way — everything is ...

by "bad idea" i mostly meant using htmx this way — everything is already client-side so you don't really benefit from htmx's indirection vs. just doing keeping your data in memory and rendering using react/vue/whatever.

service workers in general are super useful tho! that's how you'd make your site work offline (especially useful for "self-contained" static sites rather than "clients", since the functionality doesn't depend on a network connection).