menu

Why you can't use styled-components with NextJS

May 04, 2024

Recently, I was working on Next.js with styled-components. During the development, I've encountered the errors that styled-components can't be used in React Server Component. Let's find out why.

styled-components-with-nextjs's post