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

useRouteLoaderData

Returns the loaderData for the given routeId

function useRouteLoaderData(routeId: string): unknown;
§
useRouteLoaderData(routeId: string): unknown
[src]

§Parameters

§
routeId: string
[src]

§Return Type

§
unknown
[src]