gatsby-plugin-loadable-components-ssr:Gatsby插件,用于在Gatsby的SSR中使用@loadablecomponent

时间:2024-05-24 21:37:25
【文件属性】:

文件名称:gatsby-plugin-loadable-components-ssr:Gatsby插件,用于在Gatsby的SSR中使用@loadablecomponent

文件大小:35KB

文件格式:ZIP

更新时间:2024-05-24 21:37:25

JavaScript

描述 gatsby应用程序中的服务器端渲染。 安装 npm install --save gatsby-plugin-loadable-components-ssr 此插件还需要@loadable/component作为对等依赖项: npm install --save @loadable/component 问题 如所述,必须遵循一系列步骤才能在您的应用程序中实现服务器端渲染。 但是,将它们应用于gatsby应用程序并非易事。 解决方案 该插件使用gatsby的API来实现上述链接中描述的步骤,因此您只能通过在gatsby插件列表中添加gatsby-plugin-loadable-components-ssr来使用它。 用法 只需将gatsby-plugin-loadable-components-ssr到gatsby-config.js的plugins数组中gatsby-conf


网友评论