Ross ROSS = Recommend OSS · open-source software intelligence for agents

posva/vue-promised

💝 Composable Promises & Promises as components observed · 2026-08-28

github.com/posva/vue-promised · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 99
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3143
  • days_rel: n/a
  • days_push: 7
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1929 stars · 85 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Vue library that provides composable promise handling and a Promised component to declaratively render pending, resolved, and rejected states of async operations. It reduces boilerplate for loading spinners, error display, and delayed loading UI in Vue 2 and Vue 3 apps.

Use cases

  • show a spinner while fetching data from an api in vue
  • handle async loading and error states declaratively in vue components
  • avoid flashing a loading spinner for fast requests
  • render promise results as vue components
  • usePromise composable for async state in vue composition api
  • display error messages when an api call fails in vue

When to choose

  • you build Vue 2 or Vue 3 apps with many async data fetches
  • you want declarative slot-based handling of pending/success/error states
  • you want to eliminate repeated loading/error boilerplate per request

When to avoid

  • you use React, Svelte, or another non-Vue framework
  • you prefer a full data-fetching library with caching like TanStack Query
  • your app has minimal async state handling

Facets

library · maturity stable

ui-components state-management middleware frontend web-development developer-tools browser cross-platform vue promises async-components composition-api loading-states nodejs

3 sources

Member repositories

RepositoryRoleHealth v2
posva/vue-promisedmain67

For agents

markdown · JSON · MCP: product_card(name="posva/vue-promised")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem