Slim Select with Stimulus
Play
13:25 CC

Slim Select with Stimulus

#308 Aug 8, 2021 pro
Using Stimulus and Slim Select, we can get performant results quickly and efficiently.

React State Changes and Posting to the Rails App
Play
17:40 CC

React State Changes and Posting to the Rails App

#110 Dec 17, 2017 pro
Continuing from the previous episode, we look at React's state changes and how to interact with the Rails application. We can get the native app feel, without using Rails Unobtrusive Javascript or Turbolinks.

Turbolinks 5
Play
11:20 CC

Turbolinks 5

#125 Mar 18, 2018 pro
Turbolinks makes navigating your web application faster. Get the performance benefits of a single-page application without the added complexity of a client-side JavaScript framework. Use HTML to render your views on the server side and link to pages as usual.

Saving Attributes with Hotwire
Play
20:10 CC

Saving Attributes with Hotwire

#373 Oct 30, 2022 pro
With Hotwire, we can create form where each input field is saved once a user has changed its value. We look at some of the common issues that you could run into when using Hotwire and some ways to mitigate those problems.

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.