Options provided to enableSSRHydration.

interface SSRHydrationOptions {
    stateParser?: ((stateStr) => ExecutorState<any>);
}

Properties

Properties

stateParser?: ((stateStr) => ExecutorState<any>)

Parses the executor state that was captured during SSR.

Type declaration