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

ngxs/store

🚀 NGXS - State Management for Angular observed · 2026-08-28

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

Health v2 · maintenance only

96/100

  • Activity 99
  • Release rhythm 91
  • 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: 12
  • age_days: 3123
  • days_rel: 63
  • days_push: 7
  • n_releases_24m: 12

Full methodology

Adoption not part of the score

3547 stars · 404 forks observed · 2026-08-28

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

NGXS is a state management pattern and library for Angular applications, modeled after the CQRS pattern like Redux and NgRx. It reduces boilerplate by leveraging modern TypeScript features such as classes and decorators, and minimizes the need for deep RxJS knowledge.

Use cases

  • manage application state in an angular app
  • redux-style state management without boilerplate
  • single source of truth for angular application state
  • predictable state mutations in angular
  • alternative to ngrx with less boilerplate
  • handle forms and router state with plugins
  • debug state changes with devtools plugin

When to choose

  • you are building an Angular application that needs centralized, predictable state management
  • you want CQRS/Redux-style patterns with minimal boilerplate using TypeScript classes and decorators
  • your team is not deeply familiar with RxJS but needs robust state handling
  • you want an ecosystem of plugins for devtools, forms, storage, websockets, and router integration

When to avoid

  • you are not using Angular (NGXS is Angular-specific)
  • your application is small enough that simple services or signals suffice
  • you prefer signal-based state management over observable/action-based stores

Facets

library · maturity active

state-management middleware plugin-system frontend web-development developer-tools cross-platform angular cqrs redux-pattern typescript rxjs event-sourcing ngrx-alternative nodejs web-server

3 sources

Member repositories

RepositoryRoleHealth v2
ngxs/storemain96

For agents

markdown · JSON · MCP: product_card(name="ngxs/store")

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