foxbenjaminfox/vue-async-computed
Async computed properties for Vue.js observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3801
- days_rel: n/a
- days_push: 1018
- n_releases_24m: 0
Adoption not part of the score
1102 stars · 66 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Vue.js plugin that adds async computed properties, letting component computed values resolve from Promises or async functions. It works with Vue 3 and handles loading states automatically.
Use cases
- compute a value from an API call reactively in Vue
- use async/await inside Vue computed properties
- show a loading state while an async computed value resolves
- derive data from a Promise that depends on reactive inputs
- fetch derived data without manual watchers
When to choose
- you use Vue 2 or Vue 3 and need computed properties backed by async operations
- you want reactive async data derivation without writing watchers and loading flags by hand
When to avoid
- you use React, Svelte, or another non-Vue framework
- you only need simple synchronous computed properties
- you prefer Vue 3's built-in watchEffect or composition API patterns for async state
Facets
plugin · maturity maintenance
state-management plugin-system frontend web-development browser vue vue-plugin async computed-properties javascript nodejs web-server
2 sources
- readme: https://github.com/foxbenjaminfox/vue-async-computed · fetched 2026-08-28 · dfe8f3947a8d
- registry_npm: https://registry.npmjs.org/vue-async-computed · fetched 2026-08-29 · c3e438fca55e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| foxbenjaminfox/vue-async-computed | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="foxbenjaminfox/vue-async-computed")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem