New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@vuehooks/query

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuehooks/query

Hooks for fetching, caching and updating asynchronous data in Vue

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

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


: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.

Keywords

vue3

FAQs

Package last updated on 28 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts