0.2.1 • Published 8 years ago

redux-effects-http-cache v0.2.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

redux-effects-http-cache

Cache HTTP requests to fetch requests to prevent duplicated requests.

Installation

$ npm install redux-effects-http-cache

Usage

Add the http cache middleware to the effects stack before the fetch middleware.

import effects from 'redux-effects';
import fetch from 'redux-effects-fetch';
import httpCache from 'redux-effects-http-cache';

applyMiddleware(effects, httpCache, fetch)(createStore);
0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago