next-i18next with styled-component #1485
-
I'm trying to upgrade Next.js from I read README of next-i18next that it doesn't support I use What should I do now? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well, I think we've got two obvious solutions:
Bear in mind that:
I'd recommend you investigate the issue on the NextJs/ This may be relevant: |
Beta Was this translation helpful? Give feedback.
Well, I think we've got two obvious solutions:
getInitialProps
innext-i18next
getInitialProps
instyled-components
Bear in mind that:
I'd recommend you investigate the issue on the NextJs/
styled-components
side, as there are probably more users ofstyled-components
thannext-i18next
, and requiringgetInitialProps
is requiring all users to take a big performance hit.This may be relevant:
vercel/next.js#22065