Type alias LoaderFunction<Context>
LoaderFunction<Context>: ((args,
handlerCtx?) => DataFunctionReturnValue) & { hydrate?: boolean; } Type declaration
- (args, handlerCtx?): DataFunctionReturnValue
Returns DataFunctionReturnValue
Type declaration
Optional hydrate?: boolean
Route loader function signature