It's a question about performance
I have a big object with a huge amount of fields (and maybe with a nested objects too).
I have a page component, it receives this object from server.
I have some child-components inside page component. One component needs a several fields from the object, should i pass them as a single prop for every field, or i can pass a whole object? Is it affects to performance?