The best way to hide dynamic content loading

Hi,

I’m using NodeJS and Docker. If I understand well the page content is served on the client side, so we can see the page elements loading.

Like this:

Enregistrement de l’écran 2020-07-23 à 20.35.12

What the best way to deal with that ?

  • Can we do a server-side rendering ?
  • If not what trick can I use to make the loading seamless ?

Thanks a lot,
Matthias

You could try using a Page Pre-loader so the content won’t show until the data is rendered. It’s not a perfect solution as it won’t show any content until the page is loaded fully. But it at least solves your problem.

1 Like