Stimulus
Stimulus is a JavaScript framework with modest ambitions. It doesn’t seek to take over your entire front-end—in fact, it’s not concerned with rendering HTML at all. It is a great addition to your Ruby on Rails application.
Stimulus
Debounce and throttle in Stimulus
Debounce and throttle give us control over the rate at which a function is called. But do you call them in your stimulus controllers?
3 mins
Stimulus
How to create hours input with Input Mask and Stimulus
If you are building an hour input, you can use input mask and stimulus to create a nice UI for your user.
4 mins
Stimulus
Communicating between Stimulus controllers using custom events
One of the challenging things about Stimulus is communication between different Stimulus controllers.
3 mins