Generate tabs asynchronously

I am making a dash application the uses multiple tabs, each tab contains multiple plots that take time to generate. I would like to generate the first tab for the viewer to see and the rest of the tabs generate asynchronously in the background.
In dash V1.50 you introduced the possibility to load components asynchronously. How can I make that work?