Welcome to Westonci.ca, where finding answers to your questions is made simple by our community of experts. Experience the convenience of getting reliable answers to your questions from a vast network of knowledgeable experts. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

Only plain objects, and a few built-ins, can be passed to client components from server components. Classes or null prototypes are not supported. What should you use to pass complex data structures?
a) JSON serialization.
b) State management libraries.
c) React context.
d) Server-side rendering.