For dynamic Tabs, it is not clear what “dynamic” actually means.
Does it mean that the inactive tab components run (are reactive) but are just not sent to the browser?
OR
Does it mean that the inactive tabs (and any computation associated with them) are not executed - saving valuable compute resource?
I’m noticing that it is the first one, but I could be doing something wrong. Is this behavior expected of the dynamic Tabs?