From 34113ab1c27083736ae388261ac5227bf4cc0896 Mon Sep 17 00:00:00 2001 From: "zb.lin" Date: Thu, 4 Aug 2022 23:29:53 +0800 Subject: [PATCH] Add SWRV and Vue Query (#826) Co-authored-by: linzb --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 681f4b3..5f6fe22 100644 --- a/README.md +++ b/README.md @@ -604,6 +604,8 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Optic](https://github.com/opticdev/optic) - Optic automatically documents and tests your APIs. * [SWR](https://github.com/vercel/swr) - React Hooks library for remote data fetching. * [React Query](https://github.com/tannerlinsley/react-query) - Hooks for fetching, caching and updating asynchronous data in React. +* [SWRV](https://github.com/Kong/swrv) - Stale-while-revalidate data fetching for Vue. +* [Vue Query](https://github.com/DamianOsipiuk/vue-query) - Hooks for fetching, caching and updating asynchronous data in Vue. ## Streaming