An open API service indexing awesome lists of open source software.

https://github.com/gregnb/redux-axios-middleware

A simple axios middleware for Redux with two actions: API_REQUEST and API_REQUEST_MULTI for parallel requests
https://github.com/gregnb/redux-axios-middleware

Last synced: about 1 year ago
JSON representation

A simple axios middleware for Redux with two actions: API_REQUEST and API_REQUEST_MULTI for parallel requests

Awesome Lists containing this project

README

          

# redux-axios-middleware
A simple axios middleware for Redux with two actions: API_REQUEST and API_REQUEST_MULTI for parallel requests. API_REQUESTS_MULTI uses Promise.all() to make sure all requests are finished