NgRx: Detailed Overview & Metrics

v17.2.0(8 days ago)

This package is actively maintained.Types definitions are bundled with the npm packageNumber of direct dependencies: 1Monthly npm downloads

@ngrx/store is a state management library for Angular applications, inspired by Redux. It provides a centralized store for managing the state of your application and enables predictable state management through a unidirectional data flow. With @ngrx/store, you can define actions, reducers, and selectors to manage and access application state in a structured and efficient way.

Compared to other state management solutions in Angular, @ngrx/store offers a robust set of tools and patterns for managing complex application state. It integrates seamlessly with Angular's reactive programming features and facilitates the development of scalable and maintainable applications.

Alternatives:
redux+
mobx+
zustand+
recoil+
effector+
easy-peasy+
valtio+
pullstate+
overmind+
unistore+

Tags: angularstate-managementreduxpredictable-state-managementreactive-programming