@jackhuynh1995/vue-concurrency
v4.0.1
Published
A library for encapsulating asynchronous operations and managing concurrency for Vue + Composition API
Downloads
7
Maintainers
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.7 (Version >= 4.x)✅
- Vue 2 + @vue/composition-api (Version < 4.x) ✅
- TypeScript support
- Async cancellation via generator functions and CAF
- Providing
AbortSignal
to abort XHR/Fetch requests - Derived reactive state to track status of async operations:
isRunning, isIdle, isFinished, isCancelled
and 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