2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Add reference to axios-fetch in ECOSYSTEM.md

Add reference to a Fetch implementation based on an Axios client
This commit is contained in:
Matt Lavin
2018-02-14 12:03:37 -05:00
committed by GitHub
parent 40b829994c
commit f1a0feb2cd
+1
View File
@@ -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