-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I have a scenario where I have an object that I'd like to turn into a micro-observable so I can use with the rest of observable state in the project.
I initially thought I could use Observable.compute(), but of course this is to compute only other structures already represented as an Observable value from micro-observables.
How about the idea of adding a Observable.proxy or Observable.wrap method, which could use the Proxy API to listen for changes in these situations?
Metadata
Metadata
Assignees
Labels
No labels