You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we keep evolving the Dashboard, we'd like to have a streamlined and consistent way to manage state and data within the web app.
Several factors should be considered for each potential approach:
Structured and well-defined architecture to manage and share state
Support for testing and debugging
Async data management, caching, and refreshing
Ability to persist state to external storage, such as localStorage
Typescript support
Established community and ecosystem
The text was updated successfully, but these errors were encountered:
davidebriani
added
the
discussion
This issue needs to be investigated/discussed (it might be already fixed, invalid or duplicated)
label
Mar 10, 2021
As we keep evolving the Dashboard, we'd like to have a streamlined and consistent way to manage state and data within the web app.
Several factors should be considered for each potential approach:
The text was updated successfully, but these errors were encountered: