Skip to content

Blogging On Rails

Everything on Rails!

Stimulus Pearls: A Collection of Stimulus.js Tutorials

Build the fastest website with Rails

How many web pages actually need a JS framework?

Most don’t. They just need sprinkles of interactivity. Stimulus.js provides the modern JavaScript framework to provide interactivity your user’s crave, without needing to relegate you Rails app to a JSON API. 

New to Stimulus.js?

Follow along with step by step instructions to learn all best practices I’ve discovered from my tutorials at onrails.blog. It’s become my first choice for adding rich interactivity to any project I’m working on.

Stimulus speeds up development and web app performance

Your users only complain about speed when they don’t perceive it’s fast. Developers want to build web apps without getting stuck in the JavaScript upgrade treadmill. Stimulus provides a lightweight way to make user actions feel instantaneous, and won’t weigh down your Lightspeed score. 

And since you don’t need to rewrite the front end in the latest templating framework, you can focus on writing features, not rewriting forms.

What’s included?

22 Tutorials, updated with the latest version of Ruby on Rails and Stimulus.js. You’ll also receive the source code from all the tutorials, so you can run each example and dig through the internals.

5 comments on “Stimulus Pearls: A Collection of Stimulus.js Tutorials”

  1. John you’ve been helping me learn stimulus for sometime now. I am very happy to be able to purchase and support your blog.

  2. This seems great, as I’m about to add Stimulus to my app for the first time. Can you provide a list of the tutorials (is it all the ones on the blog?) and/or the table of contents?

Leave a Reply

Your email address will not be published. Required fields are marked *