Mutates the cache value from both the resource cache and the global cache.
Declarative resource reading. Used by the data-fetching components.
if the Config's revalidateOnVisibility
is set to true,
it causes all of the components with shared requests to opt
to fallback for the resource revalidation when the page
gets visible again.
if the Config's updateOnVisibility
is set to true,
it causes all of the components to re-render again.
Triggers a cache revalidation for the resource.
Generated using TypeDoc
An interface for data-fetching resources to be used for Suspense-wrapped components.