-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
derived children #113
Comments
This may be a good candidate for an extended version of ampersand-state or a mixin to it—something like |
don't think this can be mixed in, it touches too many core parts like got an initial stab at an implementation here |
figured out an elegant solution, by allowing |
submitted a pull request so shutting this down. |
I've been looking at how cached derived properties work and figured out a relatively easy way to have them behave like children.
This seems pretty useful and might be worth adding this to state with a
{listen: true}
option added to derived properties to handle all this.Let me know if I should make a pull request!
The text was updated successfully, but these errors were encountered: