@vuehooks/query
v0.0.6
Published
Hooks for fetching, caching and updating asynchronous data in Vue
Downloads
1
Readme
:rocket: Features
- Agnostic data fetching (GraphQL, RESt, promises, whatever!).
- Auto caching and updating across components.
:fire: Functions
useQuery
- Resolves asynchronous data using advanced features.useQueryCache
- Returns the active in-memory cache.