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

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

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

Parameters

initialValue: Value

Returns

WritableAtom<Value, [SetStateActionWithReset<Value>], void> & WithInitialValue<Value>