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

    Interface HydrateRouterOptions

    Options provided to hydrateRouter.

    interface HydrateRouterOptions {
        stateParser?: (stateStr: string) => RouteState;
    }
    Index

    Properties

    Properties

    stateParser?: (stateStr: string) => RouteState

    Parses the route state that was captured during SSR.

    Type declaration