Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

RxJS and ImmutableJs powered state managment Angular apps. Inspired by NgRx.

Awesome Lists containing this project

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).