Skip to main content
Module

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

👻 Primitive and flexible state management for React
Go to Latest
interface Atom
import { type Atom } from "https://deno.land/x/jotai@v1.13.1/src/vanilla/atom.ts";

Properties

toString: () => string
optional
debugLabel: string
read: Read<Value>