Skip to content

Files

Latest commit

fa7b1dc · Sep 8, 2020

History

History

query

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 12, 2020
Aug 12, 2020
Sep 8, 2020
Aug 12, 2020

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.