Skip to content
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

Events #19

Open
smizell opened this issue Feb 18, 2015 · 1 comment
Open

Events #19

smizell opened this issue Feb 18, 2015 · 1 comment

Comments

@smizell
Copy link
Contributor

smizell commented Feb 18, 2015

One piece that is going to make this library great is events. Allowing for code to listen in on parts of the tree is a great feature, especially for React components. Basically, when a setter is called, it sends a message up the tree and calls any attached listeners.

This will be dependent upon #17.

@smizell
Copy link
Contributor Author

smizell commented May 20, 2015

@danielgtaylor Just pinging you on this to get it on your mind for some time down the road. At some point, I think it will be really neat to be able to listen to parts of a tree and get events on when it is updated, deleted, or has one of its children change.

This is similar to how Om Cursors work. Will be really interesting to use with React.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant