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
TabContainers should be more intuitive / easier to integrate with load support
My suggestion would be to add TabContainerModel.loadAsync() / TabContainerModel.refreshAsync(). These methods respect the refresh mode of the tabs and should be equivalent to refreshing the outer RefreshContext. Typically, this would mean loading the visible tab, and having the other tabs refresh lazily.
Curious to hear other suggestions for how we can improve this crucial part of the API.
The text was updated successfully, but these errors were encountered:
TabContainers should be more intuitive / easier to integrate with load support
My suggestion would be to add
TabContainerModel.loadAsync()
/TabContainerModel.refreshAsync()
. These methods respect the refresh mode of the tabs and should be equivalent to refreshing the outer RefreshContext. Typically, this would mean loading the visible tab, and having the other tabs refresh lazily.Curious to hear other suggestions for how we can improve this crucial part of the API.
The text was updated successfully, but these errors were encountered: