defaultPreload

abstract val defaultPreload: Preload?(source)

If false, routes will not be preloaded by default in any way.

If 'intent', routes will be preloaded by default when the user hovers over a link or a touchstart event is detected on a <Link>.

If 'viewport', routes will be preloaded by default when they are within the viewport.

default - false API Docs Guide