hoist-react
hoist-react copied to clipboard
Tabs/Models should have a way to prevent load on render
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.