From f34c6040b5941ab6ade97d590b18b2a9addd8d80 Mon Sep 17 00:00:00 2001 From: Cody Chan Date: Thu, 13 Dec 2018 15:46:08 +0800 Subject: [PATCH] Add react-hooks-axios --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index a2b8cc7a3b..19760bd132 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -4,6 +4,7 @@ This is a list of axios related libraries and resources. If you have a suggestio ## Libraries +* [react-hooks-axios](https://github.com/use-hooks/react-hooks-axios) - Custom React Hooks for Axios.js * [moxios](https://github.com/axios/moxios) - Mock axios requests for testing * [axios-response-logger](https://github.com/srph/axios-response-logger) - Axios interceptor which logs responses * [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) — Axios adapter that allows to easily mock requests