Find me in app/views/frames/index.html.erb
Turbo frame lazy loading GET request only? Note: Streams are typically triggered in response to POST or non-GET requests, unlike Frames which can be updated via GET requests (such as in the lazy loading example).
# Within turbo frame
Hi there 👋, I'm the parent frame. I will not change when the nested frame's link is clicked, even though I'll be sent in the HTML response.
# Within turbo frame
Hi there 👋, I'm the nested frame. I will change when the below link is clicked.
Show me!