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.

Creating and Publishing a Stimulus Controller Library
Play
12:29 CC

Creating and Publishing a Stimulus Controller Library

#206 Sep 8, 2019 pro
In this episode, we create a public StimulusJS Controller and publish it to NPM to that it can be shared and reused in other applications.

SweetAlerts in Rails 6
Play
12:09 CC

SweetAlerts in Rails 6

#202 Aug 11, 2019 pro
Sometimes adding a javascript library can be difficult because either it's not a straightforward process or some of the blog articles are either outdated or don't work properly. In this episode, we look at adding SweetAlerts into a Rails 6 application with Webpacker.

Inline Editing Records
Play
13:08 CC

Inline Editing Records

#191 Jun 2, 2019 free
Using Rails UJS, we create an interactive row editing solution without using any kind of Javascript frameworks.

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.