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

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

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

Type Parameters

Value
Args extends unknown[]
Result

Parameters

read: Read<Value, Args, Result>
write: Write<Value, Args, Result>

Parameters

read: Read<Value, [], void>