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
To improve the responsiveness of the UI, we could evaluate how to properly cache data that doesn't change often, such as the interface list (which is used by different pages to populate select boxes).
One approach could be to use the native caching of React Query, if used. See also issue #414
The text was updated successfully, but these errors were encountered:
To improve the responsiveness of the UI, we could evaluate how to properly cache data that doesn't change often, such as the interface list (which is used by different pages to populate select boxes).
One approach could be to use the native caching of React Query, if used. See also issue #414
The text was updated successfully, but these errors were encountered: