DEV Community

Discussion on: What is your favourite JavaScript framework?

Collapse
 
derekjhopper profile image
Derek Hopper

I've had great joy working with Stimulus this year. It feels nice and light weight. It works seamlessly with turbolinks if that's your jazz. It pushes you to keep one set of HTML templates, adding a layer of JavaScript on top of them.

If you're already using standard Rails views, it's easy to throw Stimulus in the mix.