1.0.0 • Published 5 years ago

@expo/batcher v1.0.0

Weekly downloads
4
License
MIT
Repository
-
Last release
5 years ago

Batcher

Batcher is a small library for batching operations that happen within a given time frame. It is inspired by DataLoader, a library that batches data-loading operations together. Batcher differs from DataLoader in that it does not have a cache but supports options like longer batching intervals. It was designed with non-data-loading operations like database writes in mind.