2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

Merge pull request #1279 from robaxelsen/docs-ecosystem-adding-library

Adding redux-saga-requests to ecosystem in docs
This commit is contained in:
Nick Uraltsev
2018-01-10 21:09:16 -08:00
committed by GitHub
+1
View File
@@ -16,3 +16,4 @@ This is a list of axios related libraries and resources. If you have a suggestio
* [axiosist](https://github.com/Gerhut/axiosist) - Axios based supertest: convert node.js request handler to axios adapter, used for node.js server unit test.
* [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.