5 ms·
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
by farmeroy 1y 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!
- gr4vityWall 1y agoSounds like an interesting use! Did you write about it anywhere? Or have a repo we could look at?