Expand description

Types that handle asynchronous data loading via <Suspense/>.

Structs§

  • A single, global suspense context that will be checked when resources are read. This won’t be “blocked” by lower suspense components. This is useful for e.g., holding route transitions.
  • Tracks Resources that are read under a suspense context, i.e., within a Suspense component.

Enums§