Skip to main content
Module

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

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

Parameters

makeInitial: () => Value

Returns

PrimitiveAtom<Value>