desko27/react-call
Call & Await React Components observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 98
- Release rhythm 89
- Longevity 53
Flags: no_license
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: 21
- age_days: 753
- days_rel: 73
- days_push: 17
- n_releases_24m: 10
Adoption not part of the score
1367 stars · 24 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
react-call is a tiny TypeScript library that lets you turn React components into callable async functions via createCallable(), so UI like dialogs, confirmations, and pickers resolve with a value when awaited. It is dependency-free, under 1 KB, and supports SSR and React Native.
Use cases
- await a confirmation dialog and get the user's answer as a value
- show a modal form and resolve it with the submitted data
- build command palettes and context menus that return the chosen action
- display toasts or notifications that can be updated or awaited
- replace window.confirm with a custom-styled promise-based dialog
- run multi-step wizards that resolve with the final form result
When to choose
- you want imperative, promise-based control of dialogs from anywhere in your code
- you need a tiny, dependency-free solution that works with SSR and React Native
- you're tired of wiring prop callbacks and state for every modal or picker
When to avoid
- you prefer purely declarative modal state managed with hooks or context
- your project doesn't use React
- you need a full-featured component library with prebuilt UI
Facets
library · maturity active
ui-components state-management frontend-framework frontend web-development developer-tools browser cross-platform react async-components dialog promise-based-ui typescript imperative-api modals web-server nodejs
3 sources
- readme: https://github.com/desko27/react-call · fetched 2026-08-28 · 1be6cd2de2d9
- homepage: https://react-call.desko.dev · fetched 2026-08-29 · 9800e0c9b52d
- registry_npm: https://registry.npmjs.org/react-call · fetched 2026-08-29 · e668b49afdc3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| desko27/react-call | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="desko27/react-call")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem