DEV Community

Discussion on: Simple state management in Angular with only Services and RxJS

Collapse
 
spierala profile image
Florian Spier

Hey Aslan! I wrote a similar article on DEV. It is inspired by yours! thanks!
dev.to/angular/simple-yet-powerful...

TLDR Let’s create our own state management Class with just RxJS/BehaviorSubject (inspired by some well known state management libs).