Can I use SSR with Next13 while using StyledComponents?
Answered
Doberman Pinscher posted this in #help-forum
Doberman PinscherOP
Can I use SSR with Next13 while using StyledComponents?
Answered by Rafael Almeida
4 Replies
Answer
You can’t use them with RSC: https://nextjs.org/docs/app/building-your-application/styling/css-in-js
Doberman PinscherOP
@Morgan what does that mean? Thank you!
@Doberman Pinscher <@770682951930871828> what does that mean? Thank you!
React Server Components (RSC) run server side. You can’t use Styled Components with them.