# foxbenjaminfox/vue-async-computed

Async computed properties for Vue.js

Repository: https://github.com/foxbenjaminfox/vue-async-computed
Canonical: https://ross.abutalabs.com/products/vue-async-computed
Language: JavaScript
License: MIT
License Family: permissive
Topics: vue, vue-plugin, async
Last push: 2023-11-19T02:41:42+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3801, "days_push": 1018, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1102, forks 66 (observed 2026-08-28T04:03:35.914747+00:00)

## What it is
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
- artifact type: plugin
- maturity: maintenance
- function: state-management, plugin-system
- domain: frontend, web-development
- platform: browser
- tags: vue, vue-plugin, async, computed-properties, javascript, nodejs, web-server

## Member repositories
- foxbenjaminfox/vue-async-computed (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:35.914747+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:45:37.933741+00:00, confidence not recorded.
  - readme: https://github.com/foxbenjaminfox/vue-async-computed (fetched 2026-08-28T04:03:35.914747+00:00, sha dfe8f3947a8d)
  - registry_npm: https://registry.npmjs.org/vue-async-computed (fetched 2026-08-29T12:48:29.129377+00:00, sha c3e438fca55e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
