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
Is it possible to fire a callback when all components registered with registerAsync are loaded? So far I resorted to a dirty hack (which is not fully correct, but gives an idea what I want to do) shown below.
The reason I want this is that I want to avoid flickering when N different components are loaded individually. I want all of them to render at once and at the same time if a component is not used I'ld like to not download it's chunk.
The text was updated successfully, but these errors were encountered:
Is it possible to fire a callback when all components registered with
registerAsync
are loaded? So far I resorted to a dirty hack (which is not fully correct, but gives an idea what I want to do) shown below.Is there a cleaner way to do that?
The reason I want this is that I want to avoid flickering when N different components are loaded individually. I want all of them to render at once and at the same time if a component is not used I'ld like to not download it's chunk.
The text was updated successfully, but these errors were encountered: