This is a list of axios related libraries and resources. If you have a suggestion on what to add, please don't hesitate to submit a PR.
- moxios - Mock axios requests for testing
- axios-response-logger - Axios interceptor which logs responses
- axios-mock-adapter — Axios adapter that allows to easily mock requests
- redux-axios-middleware - Redux middleware for fetching data with axios HTTP client
- axios-vcr - 📼 Record and Replay Axios requests
- @3846masa/axios-cookiejar-support - Add tough-cookie support to axios
- axios-debug-log - Axios interceptor of logging requests & responses by debug.
- axios-method-override - Axios http request method override plugin
- mocha-axios - Streamlined integration testing with Mocha & Axios
- axiosist - Axios based supertest: convert node.js request handler to axios adapter, used for node.js server unit test.
- axios-cache-plugin - Help you cache GET request when using axios.
- axios-extensions - A collection of axios extensions, including throttle and cache GET request plugin.
- redux-saga-requests - Redux-Saga addon to simplify handling of AJAX requests.
- axios-fetch - A WebAPI Fetch implementation backed by an Axios client
- axios-curlirize - Logs axios requests as curl commands, also adds a property to the response object with the curl command as value.
- axios-actions - Bundle endpoints as callable, reusable services