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.

  • Erlingur@programming.devM
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Personally I’m a huge Stimulus Reflex fan! It’s unbelievable how easy it is to add live updates like magic!!

    Other than that, I’ve been digging into Dockerizing a Rails app and how to do it properly for production, also learning about Kubernetes.