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
The idea here would be to not limit nodes to a particular tree shape, and allow you to create new nodes that are composites of other nodes in the tree. The api might look something like this:
Then you could reduce this node using the defined keys, and the state of both the composite node, the original nodes, and their original parent nodes would be updated.
The main use for this feature wouldn't be reducing the composite node, but rather subscribing to the composite node. So if you have a component in your view system that requires widespread elements of state you could create a composite observable to observe when those properties change.
The text was updated successfully, but these errors were encountered:
The idea here would be to not limit nodes to a particular tree shape, and allow you to create new nodes that are composites of other nodes in the tree. The api might look something like this:
Then you could reduce this node using the defined keys, and the state of both the composite node, the original nodes, and their original parent nodes would be updated.
The main use for this feature wouldn't be reducing the composite node, but rather subscribing to the composite node. So if you have a component in your view system that requires widespread elements of state you could create a composite observable to observe when those properties change.
The text was updated successfully, but these errors were encountered: