Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HydrationState

Data that can be passed into hydrate a Router from SSR

type HydrationState = Partial<Pick<RouterState, "loaderData" | "actionData" | "errors">>;

§Type

§
Partial<Pick<RouterState, "loaderData" | "actionData" | "errors">>
[src]