How to Implement Preloading Screen?

Hi Devs, I need to implement a preloading screen before the application loads to avoid white screen, what is the right way to implement here?

Thanks for your help and support!

1 Like

Hey @aeyzazkhan

I’d like to understand better the “white screen” problem you are facing. Frontity’s Server Side Rendering is designed to avoid this kind of delays.

Have you deployed your project to a live server so we can take a look at it? We recommend Now hosting, as it has CDN and Cache that maximizes the performance, here you have a guide: https://docs.frontity.org/installation-and-deploy/deploy-on-now

Furthermore, I’m afraid that adding a preloading screen will have a negative impact in terms of SEO, as it will affect the first meaningful paint.