Using Webpacker in Rails 6
Play
23:17 CC

Using Webpacker in Rails 6

#178 Mar 17, 2019 pro
Webpacker is a great addition in Rails. However, it adds some complexities with libraries and older gems with javascript assets. In this episode, we look at using webpacker in different scenarios.

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.

Saving Individual Attributes with StimulusJS
Play
14:31 CC

Saving Individual Attributes with StimulusJS

#189 May 19, 2019 pro
In this episode, we take a look at recreating a feature on Zoom's setting page where clicking a check box automatically saves the changed setting.

Realtime Client Updates from Background Jobs with Stimulus
Play
23:30 CC

Realtime Client Updates from Background Jobs with Stimulus

#190 May 26, 2019 pro
Using RailsUJS, ActiveJob, ActionCable and Stimulus, we create a realtime feedback for background jobs running to provide a better user experience.

Using React-Rails and Loading Data from Rails into React
Play
9:33 CC

Using React-Rails and Loading Data from Rails into React

#109 Dec 10, 2017 pro
In this episode, we look at one of many different ways to add the Javascript Framework, React, into our Ruby on Rails application. This tutorial covers adding react into the application and pulling and displaying database information in nested React components.