Skip to main content
Module

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

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

Parameters

initialValue: Value

Returns

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