Markdown Parser
Play
7:51 CC

Markdown Parser

#341 Mar 20, 2022 pro
Markdown is a great, but unfortunately ActionText doesn't support it. In this episode, we'll look at implementing a simple markdown parser with Stimulus.

Wordle Clone
Play
32:34 CC

Wordle Clone

#340 Mar 13, 2022 pro
We look at recreating the popular Wordle game with StimulusJS. By exploring the mechanics of the game, we build our own approach.

Private Chat Groups
Play
33:09 CC

Private Chat Groups

#337 Feb 20, 2022 pro
In this episode, we look at broadcasting to private channels using stimulus controllers and turbo. We also look at the interactivity between two stimulus controllers and different ways of broadcasting to turbo streams.

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.

Drag and Drop with Hotwire
Play
8:27 CC

Drag and Drop with Hotwire

#311 Aug 29, 2021 pro
Acts as List provides the capabilities for sorting and reordering a number of objects in a list. In combination with SortableJS and Hotwire (Stimulus), we can create a positionable list with ease.