reactjs - how to use react* to solve while the page is not completed loaded when the page is blank? -


while build page using react, found blank few while when build javascript not completed loaded. guess build package quite large , makes load quite slow. during time page stays in blank,

how solve or avoid ?

:)

there 2 options follow --> 1. make app isomorphic (render pure html on first page load) or 2. display message or loading giff in div loading app (it replaced app when loads).


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -