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
- Host: GitHub
- URL: https://github.com/gregnb/redux-axios-middleware
- Owner: gregnb
- Created: 2017-08-13T02:44:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T21:18:03.000Z (about 8 years ago)
- Last Synced: 2025-02-10T15:13:39.402Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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