Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/jotai/src/vanilla/atom.ts>PrimitiveAtom

👻 Primitive and flexible state management for React
Go to Latest
type alias PrimitiveAtom
import { type PrimitiveAtom } from "https://deno.land/x/jotai@v2.0.3/src/vanilla/atom.ts";
definition: WritableAtom<Value, [SetStateAction<Value>], void>