npm i @vuehooks/query
or
yarn add @vuehooks/query
- Agnostic data fetching (GraphQL, RESt, promises, whatever!).
- Auto caching and updating across components.
useQuery
- Resolves asynchronous data using advanced features.useQueryCache
- Returns the active in-memory cache.