|
|
|
|
|
by yellow_lead
1025 days ago
|
|
I tried to use htmx but the client side templates extension (allowing you to transform json into html client side using a template) doesn't support json arrays. Maybe I don't understand the right way of doing things with htmx, but returning large amounts of html seemed like it's a waste of bandwidth to me. That said, I appreciate htmx not having a build step. Even tailwind gets annoying to me. |
|
I highly recommend the “building hypermedia systems” book (free at https://hypermedia.systems/) so you can understand the HTML/ hypermedia architecture of which htmx is a key component and how it’s meant to be used.