What's your solution for inter component communicate where there isn't a parent child relationship. Most of the component system don't seem to address this issue. If I have a edit post dialog that can be triggered from multiple places/components in my app,
How do these different/multiple components, communicate with an editPostDialog component to perform edits?