From da3a85526297b78a00b71c960b0607688b8447be Mon Sep 17 00:00:00 2001 From: Cody Chan Date: Mon, 4 Feb 2019 11:54:49 +0800 Subject: [PATCH] Add react-hooks-axios to Libraries section of ECOSYSTEM.md (#1925) --- 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