From 37873e203b7153536954d48e3173d35c4f82e429 Mon Sep 17 00:00:00 2001 From: Jared Date: Tue, 4 Aug 2020 13:14:19 +0800 Subject: [PATCH] doc: Add swr --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef7cc02..e1d0223 100644 --- a/README.md +++ b/README.md @@ -546,7 +546,8 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [wretch](https://github.com/elbywan/wretch) - A tiny wrapper built around fetch with an intuitive syntax. * [Bearer.sh](https://github.com/Bearer/bearer-js) - Universal API client that supports OAuth / API Key / Basic / etc. * [FarFetch](https://github.com/WebsiteBeaver/far-fetch) - Modern Fetch API wrapper for simplicity, with concise file uploading. -* [Optic](https://github.com/opticdev/optic) - Optic automatically documents and tests your APIs +* [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. ## Streaming