From f1a0feb2cd9b97f00fcea3a48c461c63a0a43ff6 Mon Sep 17 00:00:00 2001 From: Matt Lavin Date: Wed, 14 Feb 2018 12:03:37 -0500 Subject: [PATCH] Add reference to axios-fetch in ECOSYSTEM.md Add reference to a Fetch implementation based on an Axios client --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 48343bf..106f1be 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -17,3 +17,4 @@ This is a list of axios related libraries and resources. If you have a suggestio * [axios-cache-plugin](https://github.com/jin5354/axios-cache-plugin) - Help you cache GET request when using axios. * [axios-extensions](https://github.com/kuitos/axios-extensions) - A collection of axios extensions, including throttle and cache GET request plugin. * [redux-saga-requests](https://github.com/klis87/redux-saga-requests) - Redux-Saga addon to simplify handling of AJAX requests. +* [axios-fetch](https://github.com/lifeomic/axios-fetch) - A WebAPI Fetch implementation backed by an Axios client