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
I would like to have observable dicts to notify on item add/remove. This seems like a pattern that observable might want to provide an implementation for, and/or docs with a recipe for observing core collection types. If the core types need to be subclassed in order to be observed, a helper/mixin would be useful to make it easy.
The text was updated successfully, but these errors were encountered:
I would like to have observable dicts to notify on item add/remove. This seems like a pattern that
observable
might want to provide an implementation for, and/or docs with a recipe for observing core collection types. If the core types need to be subclassed in order to be observed, a helper/mixin would be useful to make it easy.The text was updated successfully, but these errors were encountered: