When broadcasting a Turbo refresh is not enough: faster UX with versioned immediate updates
21-Jul-2026 2
Originally appeared on Radan Skorić's website.The simplest way to make a page collaborative with Hotwire and Rails is to subscribe to changes and broadcast a refresh when relevant models update. But that approach sometimes causes a problem. This post explains the refresh appro...