Skip to main content
Module

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

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

Parameters

getDefault: Read<Value, [SetStateAction<Value> | RESET], void>

Returns

WritableAtom<Value, [SetStateAction<Value> | RESET], void>