HelloGitHub-Team / geese

采用 Next.js 构建的开源爱好者社区。An open-source enthusiast community built with Next.js.
https://hellogithub.com
Apache License 2.0
282 stars 66 forks source link

perf: 异步加载 prism #126

Open KonghaYao opened 10 months ago

KonghaYao commented 10 months ago

采用 react-syntax-highlighter 默认的异步加载模式,可以把最大包的首次加载降到 200KB 左右 image

521xueweihan commented 10 months ago

@KonghaYao 这样确实可以降低 SSG 页面的体积,但是 First Load JS 体积多了 7 KB