1.1.3 • Published 8 years ago
redux-fetchy-middleware v1.1.3
redux-fetchy-middleware
Fetch-wrapping middleware for Redux
redux-fetchy-middleware provides a Redux middleware that wraps the Fetch API (or polyfill), allowing a simple action dispatch to asynchronusly reqest data from an API, and automatically trigger the dispatch of success or failure actions based on the API response.
Installation
Installation using NPM
npm i --save redux-fetchy-middleware Or use Yarn
yarn add redux-fetchy-middlewareUsage
CommonJS
var reduxFetchy = require('redux-fetchy-middleware').defaultES modules
import ReducFetchy from 'redux-fetchy-middleware')UMD
var ReduxFetchy = window.ReduxFetchy.defaultConfiguration
License
MIT