DEV Community

Discussion on: Angular State Management Options

Collapse
 
anduser96 profile image
Andrei Gatej

Hi! I’m very passionate about angular, even though I have merely 3 months of real experience with it.
Lately I’ve been wanting to learn ngrx. I’ve got a chance to get the fundamentals of it, and now I really think it is suitable for the project I’m currently working on. Of course, it is just an opinion of a bit inexperienced programmer.

On a previous project I was able to handle state management with only BehaviorSubjects and all that good stuff, but even then it seemed a little “uncompleted’.
I’m of the opinion that ngrx exists for a reason. It must solve a problem, right?🤔

Anyway, I love the angular ecosystem in its entirety and I’m very eager to learn more about it. What are your thoughts on it?

Thanks for sharing!

Collapse
 
jwp profile image
John Peters • Edited

Perhaps I need to spend more time with ngRx.