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.



Answer :

Other Questions