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"); References Awesome mobx Real world example