RSCs not working with code components

Hey team!

I am playing around with RSC-s with NextJS 13 app router. I know it is still in experimental mode, but I found that now the code components are registered and rendered as client components. Does it mean I can’t have server components passed into code components for SSG/SSR? Are you planning to support RSC for code components? Am I missing something and it is supported already?

Hi, currently only client components are supported. In the medium term, we plan to make data prefetching work with app router, and after that would be support for server components, but we don’t have etas on these.