Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1016 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 1016 Bytes

VueHooks Query

Hooks for fetching, caching and updating asynchronous data in Vue.

NPM version NPM Downloads


npm i @vuehooks/query
  or
  yarn add @vuehooks/query


🚀 Features

  • Agnostic data fetching (GraphQL, RESt, promises, whatever!).
  • Auto caching and updating across components.

🔥 Functions

  • useQuery - Resolves asynchronous data using advanced features.
  • useQueryCache - Returns the active in-memory cache.