Slide 22
Slide 22 text
Turbo Streams
• What if Frames but smaller?
• HTML fragments wrapped in elements
• Partial page updates without full reloads*
• CRUD-like actions: append, prepend, before, after, replace, update, remove, and
refresh*
• HTTP or over WebSockets or even Server-Sent Events (SSE)
• Reuse existing server-side templates for both initial page loads and subsequent updates
• Deep Rails integration with Action Cable and Active Job via turbo-rails gem