/mini-rx-angular-demo

See MiniRx Store and Angular in action: Simple yet powerful reactive state management

Primary LanguageTypeScript

THIS REPO IS ARCHIVED!!!

The MiniRx Angular Demo moved to https://github.com/spierala/mini-rx-store/tree/master/apps/mini-rx-angular-demo

MiniRx Store Demo (Angular)

MiniRx is a RxJS Redux Store.

Quick Links

MiniRx provides simple yet powerful state management with Feature Stores. To manage state at large scale you can use the classic Redux API.

The Demo uses both the Redux API and the Feature Stores:

  • Todos: Feature Store
  • Products and Cart: Redux
  • User: Feature Store