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