0.2.2 • Published 8 years ago

redux-saga-debounce-effect v0.2.2

Weekly downloads
186
License
MIT
Repository
github
Last release
8 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

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago