axiosware

0.0.1 • Public • Published

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

/axiosware/

    Package Sidebar

    Install

    npm i axiosware

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    4.75 kB

    Total Files

    8

    Last publish

    Collaborators

    • laviro