W3Booster SDK 2.0.0
    Preparing search index...

    Interface ReactStoreOptions<TSnapshot>

    interface ReactStoreOptions<TSnapshot> {
        getServerSnapshot?: () => TSnapshot;
    }

    Type Parameters

    • TSnapshot

    Hierarchy (View Summary)

    Index
    getServerSnapshot?: () => TSnapshot

    Read once when the adapter is created; the captured value is used during server rendering and hydration. Defaults to source.get().