NgRx Entities: Wrangling the reducers
Finally, after the rest of the setup for the NgRx store, moving to the reducers to let the entity library do its thing.
Finally, after the rest of the setup for the NgRx store, moving to the reducers to let the entity library do its thing.
Utilizing the entity library from NgRx for the reducers, selecting store items becomes much more straight forward.
Moving from custom built reducers in NgRx to the Entity library is a breeze and a breath of fresh air, especially with the aid of TypeScript.
NgRx and reusable components tend to go hand in hand. I created a great solution for intercepting errors that may come back from the server utilizing a familiar pattern.