Stimulus 2.0 released – new Values & Classes API for controllers
Stimulus 2.0 enhances controller flexibility with new `values` and `classes` APIs, simplifying how dynamic behavior is handled.
GAURAV VARMA
Stimulus 2.0 enhances controller flexibility with new `values` and `classes` APIs, simplifying how dynamic behavior is handled.
Rails 6 officially replaces the asset pipeline for JavaScript with Webpacker, enabling modern JavaScript tooling and ES6 support.
Stimulus 1.0, introduced by Basecamp, is a lightweight JavaScript framework designed to enhance server-rendered HTML. It pairs perfectly with Rails by adding behavior to the DOM without taking over the frontend.