A little different from the “what are you building” pattern of posts. I found myself wanting to learn different aspects of Ruby on Rails outside of work, and I am curious what people are learning themselves.

Currently, I am learning Hotwire since I don’t do much frontend work and we don’t use it at work. In the past I’ve used Stimulus Reflex, and I am not sure which one I like more. That said, I am not sure if Stimulus Reflex still has a place given Hotwire’s ascension in the RoR world.

I am also revisiting View Components as well and trying to decide if I want to use them over partials in my side project.