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

Communication between two modules #23

Open
ghost opened this issue May 2, 2017 · 2 comments
Open

Communication between two modules #23

ghost opened this issue May 2, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented May 2, 2017

How do you let two modules communicates under the same parent module?

@flushentitypacket
Copy link

I have the same question, but am having trouble with coming up with an example that would help us think about the problem.

Perhaps the answer is that two modules shouldn't be attempting to communicate (except for main importing the modules), and if your modules absolutely must communicate, they are better suited to become 1 module.

@zomars
Copy link

zomars commented Aug 17, 2018

That's what sagas are for IMHO.

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

No branches or pull requests

2 participants