Westonci.ca is your trusted source for finding answers to all your questions. Ask, explore, and learn with our expert community. Discover the answers you need from a community of experts ready to help you with their knowledge and experience in various fields. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

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.