Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 445 Bytes

File metadata and controls

20 lines (12 loc) · 445 Bytes

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