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
Post image

Comments