Reactive Objects with reactive
reactive(obj) returns a Proxy of the object whose get/set traps track and trigger per property key, applying deeply to nested objects on access; it only works on object types and the proxy, not the raw original, is what participates in reactivity.
This Concept is waiting for its first lesson!
reactive(obj) returns a Proxy of the object whose get/set traps track and trigger per property key, applying deeply to nested objects on access; it only works on object types and the proxy, not the raw original, is what participates in reactivity.
Are you a teacher? Sign in to start contributing.
Sign In