Render Module with Lazy Loading or similar strategy (workaround)

Hey @can_93!

This is something that is on the radar for our dev team but at the moment I can't give you a timeline for when this kind of behavior will be supported.

In the meantime, you might consider having the queries that run on page load within each module be triggered when the tab is selected. This post has more information on how to trigger queries within modules. If you pass a conditional like {{ tabbedContainer.currentViewKey === 'view key corresponding to your module' }} as an input to your module you can also set those queries to run only when the appropriate tab is open.

Let me know if that seems like it might work for you or if your use case differs!