Angular: NGRX clean architecture with multiple stores by Kate Sky The objective of this article is to provide a technical implementation of the NGRX for an application with a complexity that could benefit from adding feature store(s) in addition to the root
Read More
Using custom selectors for one-to-one or one-to-many data relationships. by Kate Sky When implementing state management with Ngrx we often have a predefined API that can not be changed. I ran across a business case: back end API is written in a
Read More