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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -