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

useFetchers

Provides all fetchers currently on the page. Useful for layouts and parent routes that need to provide pending/optimistic UI regarding the fetch.

function useFetchers(): Fetcher[];
§
useFetchers(): Fetcher[]
[src]

§Return Type