Some of the pages can take some time to load as they could be heavy or there might some computation to do before render them.
Is there any way to show something to screen to inform that the page is loading?
for example make the current page “opaque” or show some loading component or display an image? (like the image below when I go to some pages in dash.plotly.com)
I have tried to use the “loading” component passing the whole page as children but I couldn’t get it to work.