Metablock Stores
Mobx stores for metablock API and other sources.
Common Store
Cache Store
Cache GET request to remote urls
const { cacheStore } = useStores();
const data = await cacheStore.get("https://someurl.com");
Mobx stores for metablock API and other sources.
Cache GET request to remote urls
const { cacheStore } = useStores();
const data = await cacheStore.get("https://someurl.com");
npm i @metablock/store
6
0.26.8
ISC
56.9 kB
26