DEV Community

Discussion on: Real-Time Partial Updates in Ruby on Rails using hotwire-rails

Collapse
 
mikerogers0 profile image
Mike Rogers ✈️

turbo_stream is like an AJAX update to the user who made that request. Personally I'm going to stay far away from it & stick with using broadcast_to with my model.