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

    Interface ReadyState<Data>

    The state of a route for which the component and data were loaded.

    interface ReadyState<Data> {
        data: Data;
        status: "ready";
    }

    Type Parameters

    • Data

      Data loaded by a route.

    Index

    Properties

    Properties

    data: Data

    The data loaded for a route, or undefined if route has no dataLoader.

    status: "ready"

    The route status.