Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jotai/src/vanilla/utils.ts>loadable

👻 Primitive and flexible state management for React
Latest
function loadable
import { loadable } from "https://deno.land/x/jotai@v2.10.0/src/vanilla/utils.ts";

Parameters

anAtom: Atom<Value>

Returns

Atom<Loadable<Value>>