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
- Host: GitHub
- URL: https://github.com/peterpeterparker/angular-store-demo
- Owner: peterpeterparker
- Created: 2020-09-10T18:46:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T14:43:22.000Z (over 5 years ago)
- Last Synced: 2025-03-27T19:26:03.655Z (about 1 year ago)
- Topics: angular, state-management, stencil-store
- Language: TypeScript
- Homepage:
- Size: 185 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).