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.

Deferred Content Loading
Play
10:07 CC

Deferred Content Loading

#265 Oct 25, 2020 pro
Learn to load slow content in the background so that your application still responds quickly while the heavy calculations are being done. Give quick responsiveness and optional polling to partials.

StimulusJS, Active Storage and DropzoneJS
Play
14:01 CC

StimulusJS, Active Storage and DropzoneJS

#263 Oct 11, 2020 pro
DropzoneJS is an open source library that provides drag’n’drop file uploads with image previews. It's lightweight, highly customizable and doesn't have any dependencies.

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.

FullCalendar with StimulusJS
Play
15:23 CC

FullCalendar with StimulusJS

#250 Jul 12, 2020 pro
FullCalendar still remains to be one of the best Javascript calendar libraries and with the power of StimulusJS, it is easier than ever to interact with. In this episode, we look at implementing the latest version of FullCalendar (v5) in our Ruby on Rails application.