An open API service indexing awesome lists of open source software.

https://github.com/adam-rocska/use-task-queue

React hook for managing queues of tasks.
https://github.com/adam-rocska/use-task-queue

async cancellable hook hooks promise queue react react-hook react-hooks reactjs sync task task-queue

Last synced: about 2 months ago
JSON representation

React hook for managing queues of tasks.

Awesome Lists containing this project

README

          

# React hook for Task Queues

[![NPM Version](https://img.shields.io/npm/v/@adam-rocska/use-task-queue.svg)](https://www.npmjs.com/package/@adam-rocska/use-task-queue)
[![License](https://img.shields.io/npm/l/@adam-rocska/use-task-queue)](https://github.com/adam-rocska/use-task-queue-typescript/blob/master/LICENSE)

| Aspect | Badge |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Minified | [![Minified](https://badgen.net/bundlephobia/min/@adam-rocska/use-task-queue)](https://bundlephobia.com/package/@adam-rocska/use-task-queue) |
| Minified + gzip | [![Minified + gzip](https://badgen.net/bundlephobia/minzip/@adam-rocska/use-task-queue)](https://bundlephobia.com/package/@adam-rocska/use-task-queue) |
| Dependency Count | [![Dependency Count](https://badgen.net/bundlephobia/dependency-count/@adam-rocska/use-task-queue)](https://bundlephobia.com/package/@adam-rocska/use-task-queue) |
| Tree-shaking Support | [![Tree-shaking Support](https://badgen.net/bundlephobia/tree-shaking/@adam-rocska/use-task-queue)](https://bundlephobia.com/package/@adam-rocska/use-task-queue) |

## Summary

React hooks and utilities to work with sync or async
queue abstractions via a push-pop mechanism and the ability
to perform piping.