Florian
Member since Mar 17, 2020
- Profile: /members/14116-florian.htm
- Comments: 2
Recent Blog Comments By Florian
-
Creating A Simple setState() Store Using An RxJS BehaviorSubject In Angular 6.1.10
Posted on Sep 7, 2020 at 11:50 PM
posted this article based on some ideas of Ben on dev.to: https://dev.to/angular/simple-yet-powerful-state-management-in-angular-with-rxjs-4f8g TLDR Let's create our own state management Class with just RxJS/BehaviorSubject (inspired by some well known state management libs).... read more »
-
Creating A Simple setState() Store Using An RxJS BehaviorSubject In Angular 6.1.10
Posted on Mar 17, 2020 at 3:53 PM
Hey Ben, Currently I am working on this lib: https://github.com/spierala/mini-rx-store It offers a simple feature based API with setState and select. Maybe it could be useful for you. Behind the scenes it uses the Redux pattern. So if you want you can also do the big redux stuff like Ac... read more »