next.js、样式组件、反应头盔。如何一起使用

Akh*_*l P 1 reactjs styled-components next.js react-helmet

我面临一个问题,我无法将react-helmet和 与styled-component一起使用next.js

在 next.js 提供的示例中,它们使用不同存储库中的每个包。任何人都可以解决这个问题吗?

Dar*_*ert 5

对于react-helmet,您可以使用现有的 nextJS 库next/head

对于styled-component,我不知道你的情况,但存在使用nextJS的例子styled-component 在这里