Angular State Managment — Don’t fear the boilerplate
https://medium.com/@janker.christ/state-management-in-angular-ee2ccb81c283
Many people rant about the boilerplate that is produced when introducing a redux based state management library in an Angular application. All I can respond to that is:
Though, I can understand those people, they are right in some way. It is true that state management can become hairy really fast. Especially if your are working in a bigger team with different levels of experience.