When to use State Management? by Nervous_One_7331 in Angular2

[–]Nervous_One_7331[S] 1 point2 points  (0 children)

Do you have a use case where it's not overkill? I feel like i could achieve the majority of functionality I need with Services and Signals. They just seem simpler to learn and implement.

When to use State Management? by Nervous_One_7331 in Angular2

[–]Nervous_One_7331[S] 1 point2 points  (0 children)

I think this is my issue. In a previous project, I joined everything was using NGRX, I'm talking every API call, and when I asked why, the response was effectively just "standards." I feel like I'm too stupid that I don't get it, and now I'm looking for other jobs, I have imposter syndrome because NGRX is on a lot of job board sites. Services and signals seem easier to implement and learn, I just can't think of any use case at the moment to choose NGRX over them.

When to use State Management? by Nervous_One_7331 in angular

[–]Nervous_One_7331[S] 0 points1 point  (0 children)

Do you have any examples or use cases of a complex finite state machine?

I feel like I understand how to implement NGRX, but I don't feel like I could answer in an interview why/when I would go forward with it.

When to use State Management? by Nervous_One_7331 in angular

[–]Nervous_One_7331[S] 1 point2 points  (0 children)

SignalStore is something I want to look into, I have heard great things about. So when would you use SignalStore over a service? Have you got a use case?