README
NGXS is a state management pattern + library for Angular. It acts as a single source of truth for your application's state, providing simple rules for predictable state mutations.
NGXS is modeled after the CQRS pattern popularly implemented in libraries like Redux and NgRx but reduces boilerplate by using modern TypeScript features such as classes and decorators.
If you're just getting started with NGXS, I recommend you head over to the concepts and then explore the rich ecosystem of examples in the community resources page.
For questions, please ask them on Stack Overflow with the
ngxs
tag: https://stackoverflow.com/questions/ask?tags=ngxsTo chat with other users and contributors join us on Slack: https://join.slack.com/t/ngxs/shared_invite/zt-by26i24h-2CC5~vqwNCiZa~RRibh60Q
If you think there is a bug in this library, you can open an issue on GitHub (https://github.com/ngxs/store/issues/new). If possible a link to a http://stackblitz.com (or github) repo with a repro or a failing test would be great.
Last modified 9mo ago