Diving into Hotwire
Play
14:45 CC

Diving into Hotwire

#277 Jan 3, 2021 free
In this episode, we look at the installation scripts of Hotwire and get a better understanding of what they're doing in order to integrate it into our applications more efficiently.

Reactive Applications with Stimulus Reflex
Play
16:30 CC

Reactive Applications with Stimulus Reflex

#209 Sep 29, 2019 pro
Create Reactive and Single Page Application like with no javascript or with Stimulus Controllers.

Stimulus Javascript Framework
Play
21:59 CC

Stimulus Javascript Framework

#112 Dec 31, 2017 pro
Used at Basecamp for some time, and recently open sourced to the public, Stimulus is a small Javascript Framework used to manipulate existing DOM elements on the page. This episode, we will dive into interacting with Stimulus and setting it up in a new Ruby on Rails application.

Autocomplete with StimulusJS
Play
8:18 CC

Autocomplete with StimulusJS

#251 Jul 19, 2020 pro
In this episode, learn how to easily add autocomplete search functionality to your Rails Application with StimulusJS.

PDF Reader
Play
18:49 CC

PDF Reader

#413 Aug 6, 2023 free
When previewing PDF files that were uploaded through Active Storage, we can only get a simple image of the first page. In this episode, we'll look at taking the uploaded PDFs and interacting with them.