Hotwire
Play
27:21 CC

Hotwire

#275 Dec 23, 2020 free
Hotwire is the newest magic which takes a different approach to building modern web applications without using much JavaScript.

The Stimulus 2.0 Tutorial
Play
16:29 CC

The Stimulus 2.0 Tutorial

#272 Dec 6, 2020 free
Stimulus 2.0 has been released and with it comes new features, changes and bug fixes. In this episode, we look at adding Stimulus in our application, exploring the new features, and looking at what has changed.

Record Audio to Active Storage
Play
15:34 CC

Record Audio to Active Storage

#269 Nov 22, 2020 pro
Learn how to use the MediaRecorder API and StimulusJS for uploading and storing audio files to Active Storage.

Tracking Javascript Errors
Play
9:08 CC

Tracking Javascript Errors

#268 Nov 15, 2020 pro
Tracking errors on our server side is important, but we often forget about our client side errors. These can often be even more difficult to troubleshoot as there are many more variables at play. In this episode, we look at tracking the Javascript errors so that we can be notified of any issues our users experience.

Organizing Stimulus Controllers
Play
11:54 CC

Organizing Stimulus Controllers

#267 Nov 8, 2020 pro
StimulusJS is great and works great with Ruby on Rails. However, through developer habits, we can complicate our controllers and make them hard to manage. In this episode, we look at making our Stimulus controllers more manageable.