Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 282 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 282 Bytes

Redux-Saga helper named takeBatch

This helper listens for a given action name and accepts a millisecond parameter that it will gather requests happening within this time period, and batch them together.

TODO, add example, write api into readme, and transpile and publish to npm