oakestra / dashboard

General-purpose web UI for the Oakestra Framework
Apache License 2.0
0 stars 4 forks source link

Add Redux store #8

Closed danimair9 closed 1 year ago

danimair9 commented 2 years ago

Add NGRX redux store to manage the entire application state with a global store. This could be compared to a simple in-memory database in the browser.

This especially simplifies the handling of the same data in different components.

Benefits: https://ngrx.io/guide/store/why