Add SWRV and Vue Query (#826)

Co-authored-by: linzb <lin30201@qq.com>
This commit is contained in:
zb.lin 2022-08-04 23:29:53 +08:00 committed by GitHub
parent 2321ed17a0
commit 34113ab1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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