Doing a little more tinkering with Stimulus. @vincent and I have talked about refactoring more of my clunky, old-school JavaScript to use Stimulus. It would at least provide a nice structure for all the code without feeling too abstracted and bloated.

@vincent I was using Stimulus on Indiekit, but recently replaced it with web components. They are very similar, but obviously with Web Components you don’t have the extra dependency and are building on and with the platform.

Can definitely recommend Stimulus. It’s my JavaScript library of choice for pretty much everything web front-end related now. It’s great.

@vincent As way of example, here is the diff for one of my components where I replaced Stimulus with a web component.
