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

https://github.com/peterpeterparker/angular-store-demo

Angular State Management Without RxJS  -  An Experiment
https://github.com/peterpeterparker/angular-store-demo

angular state-management stencil-store

Last synced: about 1 month ago
JSON representation

Angular State Management Without RxJS  -  An Experiment

Awesome Lists containing this project

README

          

# Angular Store Demo

Experiment the possibility to use a simple state management in Angular apps without absolutely any RxJs dependencies.

To validate this hypothesis, a tweaked version of the [Stencil Store](https://github.com/peterpeterparker/stencil-store) was used.

## Table of contents

- [Blog Post](#blog-post)
- [Questions and observations](#questions-and-observations)

## Blog Post

Angular: A Simple State Management Without RxJS (An Experiment)

[Medium](https://medium.com/swlh/angular-state-management-without-rxjs-an-experiment-243de024d396) - [Dev](https://dev.to/daviddalbusco/angular-state-management-without-rxjs-an-experiment-3o0j) - [My website](https://daviddalbusco.com/blog/angular-state-management-without-rxjs-an-experiment)

## Questions and observations

Reach me out on [Twitter](https://twitter.com/daviddalbusco).