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

rx-angular/rx-angular

Reactive Extensions for Angular. observed · 2026-08-28

github.com/rx-angular/rx-angular · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

96/100

  • Activity 96
  • Release rhythm 94
  • 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: 0.0
  • age_days: 2344
  • days_rel: 43
  • days_push: 29
  • n_releases_24m: 45

Full methodology

Adoption not part of the score

1965 stars · 208 forks observed · 2026-08-28

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

RxAngular is a monorepo of MIT-licensed Angular libraries for building fully reactive, high-performance applications, including state management (@rx-angular/state), scheduled template rendering (@rx-angular/template), low-level primitives (@rx-angular/cdk), ISR for Angular SSR (@rx-angular/isr), an ESLint plugin, and an esbuild chunk rebundler. It complements Angular's built-in signals and native control flow with frame-budgeted rendering, async state orchestration, and zoneless-readiness tooling.

Use cases

  • manage global or async-heavy reactive state in Angular components and services
  • render large lists without blocking the UI thread
  • add incremental static regeneration to Angular SSR apps
  • lint an Angular codebase for zoneless readiness
  • reduce initial HTTP requests from esbuild chunk fragmentation
  • bind observables and signals directly in Angular templates with loading and error states
  • implement virtual scrolling for thousands of rows

When to choose

  • your Angular app has complex, global, or async-merged state that plain signals express poorly
  • you need concurrent, scheduled change detection for large or expensive template updates
  • you want ISR-style caching for Angular Universal/SSR pages
  • you are migrating toward or running a zoneless Angular application
  • you need virtual scrolling with reactive suspense/error contexts

When to avoid

  • your components only need a few simple local signals and computed values
  • you are not building with Angular
  • you rely on legacy Zone.js patterns without plans to go reactive or zoneless
  • you want a batteries-included UI component library rather than reactive primitives

Facets

library · maturity active

state-management frontend-framework ui-components ssr caching linter build-tool web-development frontend performance developer-tools browser angular rxjs reactive-programming zoneless signals change-detection virtual-scrolling incremental-static-regeneration monorepo-packages performance web-server nodejs

10 sources

Member repositories

RepositoryRoleHealth v2
rx-angular/rx-angularmain96

For agents

markdown · JSON · MCP: product_card(name="rx-angular/rx-angular")

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