jotai-cache
値がcacheされるJotaiのatomを提供する
docs
github
atomWithCacheを提供する
code:ts
atomWithCache(read, options): Atom
実装
内部でcacheを保存するタプルの配列を持ってる
code:ts
const cache: CreatedAt, AnyAtomValue, Map<AnyAtom, AnyAtomValue>[] = [];
ここに溜めていってる