HaasStefan / ng-journal-comments

Comment repository containing all the comments as issues using utterances
2 stars 0 forks source link

https://ng-journal.com/blog/2022-12-08-ngrx-component-store-meets-facade-pattern/ #7

Open utterances-bot opened 10 months ago

utterances-bot commented 10 months ago

NgRx Component Store meets Facade Pattern

On the one hand, the Component Store is a really fancy library for simple state management. But on the other hand, tightly coupling state management into an application is always a bad idea. The reason for that being, that the need for state management is changing during the lifetime of an application. In the beginning it is often unnecessary to invest too much time into a fully fledged state management library when a service-based state management would be enough. But suddenly, after a few months working with stateful services, the need for a fully fledged state management library arises. But what now? Just throw everything out of the window?

https://ng-journal.com/blog/2022-12-08-ngrx-component-store-meets-facade-pattern/

bsarnii commented 10 months ago

Danke Stefan!