Turbo streams, turbo frames.. Confusing?
Frames help you split your page into parts. You can only replace a single frame in response to HTTP Request
Streams allow you to manipulate multiple DOM elements in a single response. You can do replace, append, prepend, update, remove
#RubyOnRails
Frames help you split your page into parts. You can only replace a single frame in response to HTTP Request
Streams allow you to manipulate multiple DOM elements in a single response. You can do replace, append, prepend, update, remove
#RubyOnRails
Comments
https://blog.arkency.com/the-difference-between-turbo-streams-and-turbo-frames/
#Ruby #RubyOnRails