|
|
|
|
|
by farmeroy
313 days ago
|
|
I've been building a largish webapp with htmx and I've leaned into web components for these more complicated interactions. I've found htmx great for everything that _should_ involve a call to the backend, anything that does need to fetch data or perform some crud operations, then i can return the necessary markup with oob swaps etc. and mostly forget about client side state But yeah it's great to see people sharing their approaches! |
|