@tempots/ui

Resource() function

Creates and displays an asynchronous resource.

R - The type of the request. V - The type of the value when the resource is successfully loaded. E - The type of the error when the resource fails to load.

Signature:

Resource: <R, V, E>(options: ResourceOptions<R, V, E>) => import('@tempots/dom').Renderable

Parameters

Parameter

Type

Description

options

ResourceOptions<R, V, E>

The options for creating and displaying the resource.

Returns: import('@tempots/dom').Renderable

{TNode} A node representing the current state of the resource.