gregnb / redux-axios-middleware

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 96.1%Language:HTML 3.9%