4 Matching Annotations
  1. Dec 2020
    1. Original objects are never modified, but transparently wrapped by observable proxies.
    2. Proxy = observable(object) Creates and returns a proxied observable object, which behaves just like the originally passed object. The original object is not modified.
  2. Oct 2020
    1. I saw object proxies being the solution to doing diffing so that this approach could compete in any scenario that a VDOM could