LoaderFunction<Context>: ((args: LoaderFunctionArgs<Context>, handlerCtx?: unknown) => DataFunctionReturnValue) & {
    hydrate?: boolean;
}

Route loader function signature

Type Parameters

  • Context = any