Skip to content

Ron-Lavi/axiosware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axiosware

Axios middleware for Redux.

npm install axiosware
import axiosware from 'axiosware';

Why Do I Need This?

TODO

Motivation

TODO

Installation

npm install axiosware

Then, to enable the Axios middleware, use applyMiddleware():

import { createStore, applyMiddleware } from 'redux';
import axiosware from 'axiosware';
import rootReducer from './reducers/index';

const store = createStore(rootReducer, applyMiddleware(axiosware));

License

MIT

About

API middleware for Redux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published