Practical guide to use StimulusJS in a Ruby on Rails project
blog.capsens.eu
Practical guide to use StimulusJS in a Ruby on Rails project
1–4 of 4 posts
Re: Practical guide to use StimulusJS in a Ruby on Rails project
#2I'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.
Re: Practical guide to use StimulusJS in a Ruby on Rails project
#3I'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.
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!
Re: Practical guide to use StimulusJS in a Ruby on Rails project
#4I'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.