Mutation of object type #525
Replies: 1 comment 14 replies
-
No, not always. It's only when you are subscribing to child objects (= "scoped subscriptions"). |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While it is clear from the documentation that we should not mess with the reference of the proxy parent itself
-If you reassign the proxy to an entirely new object, it will stop working.", it is not clear to me whether we should reassign any child of object type itself (by reference).
For example:
So the question is when we have some big objects with many properties, is it required to change all properties down to the primitive types one by one instead of reassigning the reference of the object itself?
Beta Was this translation helpful? Give feedback.
All reactions