Angular: NGRX multiple store architecture (Part 1) – Kate Sky
DRANK

Angular: NGRX multiple store architectureThe objective of this article is to provide a technical implementation of the ngrx for an application with a complexity which could benefit from adding feature store(s) in addition to the root store.Finally, I am going to provide links to my github repository with the example code.In part 2, I will show how to unit test components that use a feature store and later we will go into the unit testing of the ngrx store itself.This is the list of topics that we are going to discuss in this article:High level use case for state management.Getting started with a root storeAdding feature store to the applicationOrganizing your store foldersAdding stores to your componentsConclusionLinksPart 2 ( to be continued)1. High level use case for state management.When decision has been made to manage state of your complex application by adding ngrx it is important to understand that you will not be able to convert the whole application to use the store right fro…

katesky.com
Related Topics: Angular