Start your All-Access Pass to unlock this challenge
Challenge 1 / 1
When we click on a link inside a Turbo Frame, Turbo will look for a reference to that frame in our response HTML so that it can use only that part of the new page. But if our link takes us to a completely different page with no matching turbo-frame
, we'll have an explosion on our site!?
How can we make all links in a frame navigate the entire page instead of just the frame?
Skip challenges and go to theNext Chapter