LogoLogo
v3.6
v3.6
  • README
  • Getting Started
    • Why
    • Installation
  • Concepts
    • Introduction
    • Store
    • Actions
    • State
    • Select
  • Advanced
    • Action Handlers
    • Actions Life Cycle
    • Cancellation
    • Composition
    • Error Handling
    • Ivy Migration Guide
    • Lazy Loading
    • Life-cycle
    • Mapped Sub States
    • Meta Reducers
    • Options
    • Shared State
    • State Token
    • State Operators
    • Sub States
  • Recipes
    • Authentication
    • Caching
    • Component Events from NGXS
    • Debouncing Actions
    • Dynamic Plugins
    • Immutability Helpers
    • Style Guide
    • Unit Testing
  • Plugins
    • Introduction
    • CLI
    • Logger
    • Devtools
    • Storage
    • Forms
    • Web Socket
    • Router
    • HMR
  • NGXS Labs
    • Introduction
  • Community
    • FAQ
    • Resources
    • Contributors
    • Contributing
    • Sponsors
  • Changelog
Powered by GitBook
On this page
  • ❓ What is NGXS?
  • 👋 New to NGXS?
  • ❓ Need Help?
  • ❤️ Giving Back

README

NextGetting Started

Last updated 2 years ago

NGXS is a state management pattern + library for Angular

❓ What is NGXS?

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.

👋 New to NGXS?

If you're just getting started with NGXS, I recommend you head over to the and then explore the rich ecosystem of examples in the page.

❓ Need Help?

For questions, please ask them on Stack Overflow with the ngxs tag: https://stackoverflow.com/questions/ask?tags=ngxs

To chat with other users and contributors join us on Slack: https://now-examples-slackin-eqzjxuxoem.now.sh/

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.

❤️ Giving Back

Become a or a .

concepts
community resources
Contributor
Sponsor