3. State Management with NgRx

Our take on using NgRx. There are a lot of instructions on how to organize your state online and this is resources on how we decided to do it since there is many ways to implement it.

3.1. Organizing your state using NgRx Store

3.1.1. File structure

Todo

separate store folder MainReducer Folder per state slice, files per state slice. Add note to say it might be wrapped. make it ORMy with .objects