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.
- Host: GitHub
- URL: https://github.com/adam-rocska/use-task-queue
- Owner: adam-rocska
- License: mit
- Created: 2023-04-12T10:40:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-10-28T23:14:51.000Z (8 months ago)
- Last Synced: 2026-03-03T06:47:56.349Z (4 months ago)
- Topics: async, cancellable, hook, hooks, promise, queue, react, react-hook, react-hooks, reactjs, sync, task, task-queue
- Language: TypeScript
- Homepage:
- Size: 485 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# React hook for Task Queues
[](https://www.npmjs.com/package/@adam-rocska/use-task-queue)
[](https://github.com/adam-rocska/use-task-queue-typescript/blob/master/LICENSE)
| Aspect | Badge |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Minified | [](https://bundlephobia.com/package/@adam-rocska/use-task-queue) |
| Minified + gzip | [](https://bundlephobia.com/package/@adam-rocska/use-task-queue) |
| Dependency Count | [](https://bundlephobia.com/package/@adam-rocska/use-task-queue) |
| Tree-shaking Support | [](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.