https://github.com/ng-state/store
RxJS and ImmutableJs powered state managment Angular apps. Inspired by NgRx.
https://github.com/ng-state/store
Last synced: 18 days ago
JSON representation
RxJS and ImmutableJs powered state managment Angular apps. Inspired by NgRx.
- Host: GitHub
- URL: https://github.com/ng-state/store
- Owner: ng-state
- License: mit
- Created: 2017-03-01T13:02:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T16:30:48.000Z (4 months ago)
- Last Synced: 2025-04-19T13:17:46.559Z (28 days ago)
- Language: TypeScript
- Homepage: https://vytautas.gitbook.io/ng-state
- Size: 6.03 MB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-angular - @ng-state/store - RxJS and Immer (or ImmutableJs) powered nested state management for Angular applications inspired by NgRx. It is simple, fast, reliable with no boilerplate. Supports signals and injectable actions. (Table of contents / Third Party Components)
- trackawesomelist - @ng-state/store (⭐14) - RxJS and Immer (or ImmutableJs) powered nested state management for Angular applications inspired by NgRx. It is simple, fast, reliable with no boilerplate. Supports signals and injectable actions. (Recently Updated / [Dec 10, 2024](/content/2024/12/10/README.md))
- awesome-angular - @ng-state/store - RxJS and Immer (or ImmutableJs) powered nested state management for Angular applications inspired by NgRx. It is simple, fast, reliable with no boilerplate. Supports signals and injectable actions. (Table of contents / Third Party Components)
README
# ng-state

RxJS and Immer (or ImmutableJs) powered nested state management for Angular applications inspired by [@ngrx/store](https://github.com/ngrx/store). It is simple, fast, reliable with no boilerplate. Supports signals and injectable actions.
[](https://badge.fury.io/js/@ng-state%2Fstore)
- 🎓 Learn about it on the [docs site](https://vytautas.gitbook.io/ng-state)
- 🚀 See it in action on [Stackblitz](https://stackblitz.com/edit/ng-state-sample-app)
- 👉 Checkout the [sample application](https://github.com/ng-state/example-app)
- 📖 Read the [blog posts](https://vytautas.gitbook.io/ng-state/other-information/blog-posts)
- 📣 Join @ng-state [Gitter](https://gitter.im/App-State-Management/ng-state) room## Contributing
Please read [contributing guidelines here](https://github.com/ng-state/store/blob/master/CONTRIBUTING.md).