Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T13:34:49.000Z (4 months ago)
- Last Synced: 2024-10-29T10:46:36.491Z (3 months ago)
- Language: TypeScript
- Homepage: https://vytautas.gitbook.io/ng-state
- Size: 6 MB
- Stars: 13
- 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
![ng-state](/logo.png)
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.
[![npm version](https://badge.fury.io/js/@ng-state%2Fstore.svg)](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).