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

Update ECOSYSTEM.md (#1690)

Add Axios Actions package
This commit is contained in:
Dave Stewart
2018-08-07 06:18:16 +01:00
committed by Emily Morehouse
parent 0b4e70d2ba
commit 6a414cb9a3
+1
View File
@@ -19,3 +19,4 @@ This is a list of axios related libraries and resources. If you have a suggestio
* [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
* [axios-curlirize](https://www.npmjs.com/package/axios-curlirize) - Logs axios requests as curl commands, also adds a property to the response object with the curl command as value.
* [axios-actions](https://github.com/davestewart/axios-actions) - Bundle endpoints as callable, reusable services