Infinite Scrolling with Hotwire
Play
17:47 CC

Infinite Scrolling with Hotwire

#338 Feb 27, 2022 pro
In this episode, we have a look at two different approaches for implementing an infinite scrolling feature within a Ruby on Rails application with Hotwire. The first method will use a Stimulus Controller to handle AJAX requests back to the Rails application. The second approach will not use any external library, other than Hotwire, nor any javascript to accomplish the infinite scrolling.

Action Text Mentions and Notifications
Play
17:49 CC

Action Text Mentions and Notifications

#229 Feb 16, 2020 pro
In this episode, learn how to configure user mentions in Action Text with TributeJS and notify users whenever they are mentioned.

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.

Tracking Javascript Errors
Play
9:08 CC

Tracking Javascript Errors

#268 Nov 15, 2020 pro
Tracking errors on our server side is important, but we often forget about our client side errors. These can often be even more difficult to troubleshoot as there are many more variables at play. In this episode, we look at tracking the Javascript errors so that we can be notified of any issues our users experience.