hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

Tabs/Models should have a way to prevent load on render

Open febbraiod opened this issue 3 years ago • 3 comments

We have client apps where it is desirable to only ever call loadAsync/doLoadAsync when the user requests it via button or similar. As of now the first time you visit a tab the developer has no choice in the matter. A workaround is easy enough to implement but seems this should be part of the Hoist api.

febbraiod avatar Nov 05 '21 15:11 febbraiod