I have a series of links inside of a TurboFrame and would like them to trigger a page visit outside of the frame. Setting the target of each link to _top works fine, but it reloads the entire page, assets and all. No TurboDrive goodness.
Am I missing something obvious? I’m looking for a way to get a link within a Frame to navigate to a new page, but while maintaining all the default TurboDrive functionality.
If I’m understanding the Turbo documentation, it sounds like the desired behavior can be achieved by using data-turbo-target=“_top” in place of target=“_top”?
It is data-turbo-frame="_top" will navigate the main page but It is confusing that target: “_top” just navigates without turbo and in the handbook they say to use target:" _top" instead
I wonder why `https://github.com/hotwired/turbo/issues/323