A lightweight job-based asynchronous queue hook for React 16.8+ and React Native. v0.5.0 is the current stable release; no regular cadence. Key differentiator: minimal API—add tasks or promises, get a callback on completion. Lacks built-in WebWorker support and automated tests. No dependencies besides React peer dependency.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Default export; named import will not work.
ESM-only; CommonJS require with destructuring will fail.
Library ships TypeScript definitions; no extra type import needed.
Shows basic usage: import the hook, create a queue, add tasks (sync and async), and listen for completion.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.