Skip to content

What is the difference between observable.map and proxied observable? #3433

Answered by urugator
Zzzen asked this question in Q&A
Discussion options

You must be logged in to vote

Proxies are only relevant for plain object and array. The difference between observable Map and (proxied) observable object is the same as difference between non-observable Map and non-observable object. Both support dynamic keys.
Non-proxied observable object does not support addition/removal of keys using assigment/delete operator/Reflect.*/etc, but it's still possible using collection utilities.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kubk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants