You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
optimizes the subscription mechanism (streams are not added by default)
supports getters, and hence does not need path-observer
removes dirty-checking, PathObserver, etc
One differences with your proposal above is that instead of spiting the observable interface, we completely removed it. We change the granularity of observability to the point where it may not be needed.
There are still a couple patterns I have not yet looked into:
support for list and maps
the notion of a change record
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
proposal for v0.20.0:
New APIs inspired by: https://github.com/sigmundch/DEP-member-interceptors/tree/master/example/observe
remove older features:
The text was updated successfully, but these errors were encountered: