tc39/proposal-observable resource
Observables for ECMAScript observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 4142
- days_rel: n/a
- days_push: 2497
- n_releases_24m: 0
Adoption not part of the score
3103 stars · 89 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A TC39 stage-1 proposal introducing an Observable type to the ECMAScript standard library for modeling push-based asynchronous data streams like DOM events, timers, and sockets. The repository contains the specification draft and polyfill implementations rather than a production library.
Use cases
- handle DOM event streams reactively in JavaScript
- understand how the Observable proposal works
- implement push-based async data streams
- standardize reactive stream protocol across platforms
- subscribe and unsubscribe from event streams with cleanup
When to choose
- you want to follow or contribute to the ECMAScript Observable standardization effort
- you need a minimal spec-compliant Observable implementation to build on
- you're evaluating reactive stream APIs for a platform or library
When to avoid
- you need a full-featured reactive library with operators like filter and map today - use RxJS instead
- you need something stable for production - the proposal is still stage 1 and inactive since 2019
- you need guaranteed future compatibility, since the proposal may change or be withdrawn
Facets
learning-resource · maturity maintenance
concurrency developer-tools programming-languages web-development frontend browser ecmascript-proposal observables reactive-programming tc39 specification push-based-streams javascript nodejs
2 sources
- readme: https://github.com/tc39/proposal-observable · fetched 2026-08-28 · c0b2a99f3fa1
- homepage: https://tc39.github.io/proposal-observable/ · fetched 2026-08-29 · 389644074fb6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tc39/proposal-observable | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="tc39/proposal-observable")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem