0.0.1 • Published 5 years ago
axiosware v0.0.1
Axiosware
Axios middleware for Redux.
npm install axioswareimport axiosware from 'axiosware';Why Do I Need This?
TODO
Motivation
TODO
Installation
npm install axioswareThen, 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
0.0.1
5 years ago