@metablock/store
v0.26.8
Published
Metablock MobX store
Downloads
24
Readme
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");