0.2.2 • Published 9 years ago

redux-saga-debounce-effect v0.2.2

Weekly downloads
186
License
MIT
Repository
github
Last release
9 years ago

redux-saga debounce effect

A small debounce effect for redux-saga

Usage

import {debounce, debounceFor} from 'redux-saga-debounce-effect';

// Using the default of 500ms
yield debounce(pattern, saga, ...args);

// Or specifying the debounce period yourself
yield debounceFor(pattern, saga, ms, ...args);
0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago