redux-axios-middleware icon indicating copy to clipboard operation
redux-axios-middleware copied to clipboard

Redux middleware for fetching data with axios HTTP client

Results 41 redux-axios-middleware issues
Sort by recently updated
recently updated
newest added

var sourceAction = getSourceAction(); dispatch({ type: sourceAction.type + '_STARTING', }); it will cause error

I didn't find an option of passing a config of axios request and because of that I'm unable to pass function that I need to fire on upload progress when...

Bumps [qs](https://github.com/ljharb/qs) from 6.3.0 to 6.3.2. Changelog Sourced from qs's changelog. 6.3.2 [Fix] follow allowPrototypes option during merge (#201, #200) [Dev Deps] update eslint [Fix] chmod a-x [Fix] support keys...

dependencies

Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.15.0 to 2.20.4. Commits 2534af4 2.20.4 22c6b76 Merge pull request #180 from ChALkeR/chalker/fix-style ccde29d Fix a ReDoS in 'style' format 9df4acb 2.20.3 3419563 only inline allocated vars...

dependencies

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits fee31c5 0.0.6 2f4a9d4 Merge pull request #9 from mhart/fix-buffer-constructor-vuln afbc744 Ensure data is not a number in Buffer constructor See full diff in...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 4.18.2. Release notes Sourced from eslint's releases. v4.18.2 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" (#10022) (Mathieu Seiler) 3c697de Chore: fix incorrect comment about...

dependencies

I am trying to use this lib for my dummy app which has basic login functionality, I'm using https://reqres.in for mocking the API. now on LOGIN_UNSUCCESSFUL response the API sends...

Hello, My app has over 75 different types of axios actions using this library and I would like to handle the loading state in a generalized way rather than hundreds...

Hi, Thank you for this great library! I'm using an interceptor to add JWT access tokens to the requests in order to access our protected APIs. Now I'm trying to...