React - Display loading screen while DOM is rendering?

前端 未结 19 1674
我在风中等你
我在风中等你 2020-11-28 00:29

This is an example from Google Adsense application page. The loading screen displayed before the main page showed after.

I don\'t know how to do the same th

19条回答
  •  一整个雨季
    2020-11-28 00:47

    You don't need that much effort, here's a basic example.

    
    
    
    
      
      
      
      
      
      
      
      Title
      
    
    
    
      
      

    You can play around with HTML and CSS to make it looks like your example.

提交回复
热议问题