rx-angular/rx-angular
Reactive Extensions for Angular. 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
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
- readme: https://github.com/rx-angular/rx-angular · fetched 2026-08-28 · ecad7f3651ca
- homepage: https://www.rx-angular.io/ · fetched 2026-08-29 · 990bec77cdbd
- site_page: https://www.rx-angular.io/docs/packages/state · fetched 2026-08-29 · 3887351532ba
- site_page: https://www.rx-angular.io/docs/packages/template · fetched 2026-08-29 · 5c2e7623d4fe
- site_page: https://www.rx-angular.io/docs/packages/cdk · fetched 2026-08-29 · 034af1c2235d
- site_page: https://www.rx-angular.io/docs/packages/isr · fetched 2026-08-29 · c6245ffc297d
- site_page: https://www.rx-angular.io/docs/packages/eslint-plugin · fetched 2026-08-29 · fe1f8c550f0b
- site_page: https://www.rx-angular.io/docs/packages/rebundle · fetched 2026-08-29 · 5caae513f386
- site_page: https://www.rx-angular.io/docs/tutorials · fetched 2026-08-29 · 3fa86318c044
- site_page: https://www.rx-angular.io/docs/concepts · fetched 2026-08-29 · 113f4eb19bcc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rx-angular/rx-angular | main | 96 |
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