#Hotwire Blog tag archive

Picture-in-Picture with Hotwire in Ruby on Rails

Let’s imagine we have a simple app called Turbo Video, where users can watch their favorite videos. The app is straightforward — it displays the video’s title, description, and a video player. Something like this: The code for […]

Nico ·
27 February, 2025

Testing Broadcasts in Hotwire

One of the things I like most about Hotwire is the ability to change the elements of different sessions through broadcasts. We could already do this with ActionCable and some JavaScript, but thanks to Hotwire, we […]

Nico ·
31 July, 2024
Let's talk!