Hotwire Introduction
Play
23:56 CC

Hotwire Introduction

#369 Oct 2, 2022 free
Hotwire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire. With Rails 7, we get Hotwire added in by default. In this episode, we look at some of the features with Hotwire and how to use them.

Hotwire Modals
Play
16:13 CC

Hotwire Modals

#335 Feb 6, 2022 free
In this episode, we look at creating an unobtrusive and efficient way to launch Bootstrap modals using Turbo and Stimulus.

Hotwire Turbo Replacing Rails UJS
Play
9:36 CC

Hotwire Turbo Replacing Rails UJS

#307 Aug 1, 2021 free
In this episode, we look at some common functionality that we got with Rails UJS and what it looks like to reimplement these with Hotwire's Turbo and StimulusJS.

Building a Questionnaire
Play
24:08 CC

Building a Questionnaire

#294 May 2, 2021 free
Using StimulusJS and nested forms, we create the first parts of a questionnaire. Dynamic surveys can be difficult to architect and maintain. In this episode, we take a simple approach to creating questionnaires.

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.