React Corsair - v0.0.11
    Preparing search index...

    Interface PrefetchProps

    Props of the Prefetch component.

    interface PrefetchProps {
        prefetchTrigger?: PrefetchTrigger;
        to: To;
    }
    Index

    Properties

    Properties

    prefetchTrigger?: PrefetchTrigger

    A callback that triggers a location prefetch.

    to: To

    A location or a route to prefetch.