Skip to content

Latest commit

 

History

History

query

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.