Stimulus
While Turbo usually takes care of at least 80% of the interactivity that traditionally would have required JavaScript, there are still cases where a dash of custom code is required. Stimulus makes this easy with a HTML-centric approach to state and wiring.
Relations
You can follow the HTML-over-the-wire approach as merely inspiration for your own tooling, or you can...
Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources
has official Stimulus Handbook
This handbook will guide you through Stimulus’s core concepts by demonstrating how to write several f...
has official Stimulus Reference
The reference documentation is helpful for understanding technical details about the Stimulus API.
treated in Building GitHub-style Hovercards with StimulusJS and HTML-over-the-wire
Turbolinks, Stimulus, and Server Rendered HTML is a compelling alternative to modern JavaScript singl...