DEV Community

Discussion on: An Annotated Guide to React Server Components

Collapse
 
latviancoder profile image
Sergey Ryzhov

The props passed to client components need to be serializable though and most of the time containers are passing down callbacks which aren't serializable.

Collapse
 
layzee profile image
Lars Gyrup Brink Nielsen

How are we going to communicate up the component tree between client and server components?