From 6bd1a896570669006eee6e7e9cc2d35af5cf2b52 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 10 May 2022 00:33:50 +0800 Subject: [PATCH] docs(ECOSYSTEM): add react hook plugin (#4319) Co-authored-by: Jay --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 0f3451a5ec..8e2176f00a 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -33,6 +33,7 @@ This is a list of axios related libraries and resources. If you have a suggestio * [react-hooks-axios](https://github.com/use-hooks/react-hooks-axios) - Custom React Hooks for Axios.js * [redux-saga-requests](https://github.com/klis87/redux-saga-requests) - Redux-Saga addon to simplify handling of AJAX requests. * [redux-axios-middleware](https://github.com/svrcekmichal/redux-axios-middleware) - Redux middleware for fetching data with axios HTTP client +* [@react-cmpt/react-request-hook](https://github.com/react-cmpt/react-request-hook) - A React hook plugin for axios. Lightweight and less change. ### Unit testing