Package Exports
- vue-concurrency
- vue-concurrency/dist/index.js
- vue-concurrency/dist/index.module.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-concurrency) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🚦 vue-concurrency
Inspired by ember-concurrency.
A library for encapsulating asynchronous operations and managing concurrency for Vue and Composition API.
vue-concurrency aims to provide a reasonable abstraction for performing asynchronous operations. It reduces boilerplate code, provides reliable derived state and allows new approaches to techniques like throttling, debouncing, polling. Read more about why and how in the docs:
Features
- Vue 3 ✅
- Vue 2 + @vue/composition-api ✅
- TypeScript support
- Async cancellation via generator functions and CAF
- Providing
AbortSignalto abort XHR/Fetch requests - Derived reactive state to track status of async operations:
isRunning, isIdle, isFinished, isCancelledand more - Concurrency management:
drop(),restartable(),enqueue()and other tasks - SSR support (experimental)
Installation
Demos
Support
Subscribe to me on herohero to receive bi-weekly coding tips, hacks and other distilled knowledge from my day to day work. I'm building herohero using Vue 3 and vue concurrency:).
License
MIT