我的website在DomContentLoaded之前显示出凌乱的组件。我想要显示一个加载微调器或隐藏内容,直到页面加载。我正在对UmiJS3使用React SSR。
发布于 2020-07-29 15:10:03
I would suggest you to use Suspense API from React but it doesn't support ssr right now but they recommend Loadable components which referenced in here
https://stackoverflow.com/questions/63147180
相似问题