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

x/jotai/src/vanilla/utils/atomWithStorage.ts>createJSONStorage

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

Parameters

getStringStorage: () => AsyncStringStorage
optional
options: JsonStorageOptions

Parameters

getStringStorage: () => SyncStringStorage
optional
options: JsonStorageOptions