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
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.
@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.
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.
The text was updated successfully, but these errors were encountered: