maestre3d / alexandria-ngx

The Alexandria Project web application written in Angular 10+
GNU Affero General Public License v3.0
1 stars 0 forks source link

State management with NgRx #1

Open maestre3d opened 3 years ago

maestre3d commented 3 years ago

We must implement a way to handle applications state management easily.

Things to handle using redux store:

maestre3d commented 3 years ago

Currently, we make use of NgRx to handle themes and now thinking of using it too for:

Instrumentation

We are not using this state management store to handle authentication flows since AWS Cognito SDK for JS handles the process (even persistence for React Native or using Local Storage/Cookies for web)