Start your All-Access Pass to unlock this challenge
How can you preload links with Turbo Drive?
<a href="/checkout" data-turbo-preload>Checkout</a>
<a href="/checkout" data-turbo-preload="true">Checkout</a>
<a href="/checkout" data-turbo="preload">Checkout</a>
Preloading happens automatically when the user hovers over a link.