And I wanted to go deeper with rails because I enjoyed coding with Ruby as I seemed to be more productive with it than with react, and I wondered if some people could recommend useful (and recent) resources for learning hotwire please :)
There's the Modern Frontend Dev for Rails book. It's been rewritten to cover Hotwire but still includes a lot of stuff on traditional WPA style frontends. That's useful but I was definitely more interested in a progressive enhancement Hotwire approach based around Stimulus and Rails View Components.
I'm sure you must be aware of the Stimulus Handbook but I'll mention it anyway[2]. Also [3].
Depending on your level you could also try https://www.hotrails.dev/
1. https://pragprog.com/titles/nrclient2/modern-front-end-devel...