Alpine.js for Ruby on Rails Developers: Simplifying Frontend Development
As a Ruby on Rails developer, you're used to the "convention over configuration" philosophy and the power of a full-stack framework. But when it comes to adding interactive elements to your frontend, you might feel torn between the simplicity of vani...
alexsinelnikov.blog3 min read
Benjamin Bock
I used Rails+Turbo+Alpine in two projects and agree with you.
However, especially with Turbo morph, I often need to manually re-run effects after a page is refreshed using morphing. Whatβs your general approach to this?