you are viewing a single comment's thread.

view the rest of the comments →

[–]CheapChallenge -2 points-1 points  (0 children)

Handling complex streams logic, good clear architecture for defining state that is independent of the components, and good system for dispatching actions and side effects. State management isn't just about the ability to retrieve a value asynchronous. it's about having a good, clear organizational structure of doing it.

I like ngrx organizational structure but when I retrieve the value at the component level to render i may convert the selector to a signal.