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

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

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

Parameters

makeInitial: () => Value

Returns

PrimitiveAtom<Value>