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");
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");