Hacker News new | ask | show | jobs
Practical guide to use StimulusJS in a Ruby on Rails project (blog.capsens.eu)
4 points by yoones 2796 days ago
1 comments

I've been using StimulusJS on most projects since June and continue to be impressed by how much cleaner I can make things. It really does just "sprinkle in" to add a bit of extra and necessary functionality while otherwise getting out of the way.

Love it.

Yepp, cleaner code that's what I also experience and the connection between the html to the js via the data attributes.
Totally agree with you. I love how it fits in, gives my Javascript a structure. It does one thing and does it well. Love it!