I've been going back and forth between Hotwire and HTMX. I'm still trying to figure out which solution I like best. Hotwire is more intuitive, and seems to have more learning resources available. On the other hand, one of the things I really like about HTMX is the built-in animation. Have you come across any resources for animating basic CRUD methods with Hotwire (without having to get Stimulus involved)?
Has there been any breaking change past 3 months? I followed this tutorial twice now, but connect() does not fire at all, as if there is no connection. I tried copy/pasting and even placing data-controller on the upper div through plain HTML, and print console messages. Nothing.
Any tips would be appreciated :)