Replies: 1 comment 2 replies
-
Hi @Wysel, we have an ChildAware API which helps you understand when any particular child has been attached to the ParentNode. Then it's up to you how you set up communication between parent and child. You can use simple callbacks or use reactive API for that. You can check an example how we do it using MVICore and binder. Note that because Appyx app is effectively a tree, therefore horizontal communication between children is discouraged, and should happen via the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a recommended way of passing data between nodes?
Beta Was this translation helpful? Give feedback.
All reactions