Options provided to hydrateRouter.

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

Properties

Properties

stateParser?: ((stateStr: string) => RouteState)

Parses the route state that was captured during SSR.

Type declaration