We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这是一道高频面试题。 在 SPA 中,页面的渲染都是依赖 JavaScript 生成的,通常这些 js 文件的体积会很大,在首屏加载时,加载和执行这些 js 文件需要一定的时间,而且页面越大,加载和执行的时间就越长,所以容易产生“白屏”现象。
治标
治本
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这是一道高频面试题。
在 SPA 中,页面的渲染都是依赖 JavaScript 生成的,通常这些 js 文件的体积会很大,在首屏加载时,加载和执行这些 js 文件需要一定的时间,而且页面越大,加载和执行的时间就越长,所以容易产生“白屏”现象。
如何优化 SPA 首屏加载?
治标
治本
The text was updated successfully, but these errors were encountered: