Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Implement architecture for component JS to talk to other component JS #667

Open
anselmbradford opened this issue Oct 19, 2017 · 1 comment

Comments

@anselmbradford
Copy link
Member

Current behavior

  • Components are initialized within their package scope, such as on here, so don't provide an opportunity for other components to listen to events on them or to call methods on their API (such as show/hide or whatever).

Expected behavior

  • Particular components are able to listen to events on other components and call public methods on those other component's API.
@anselmbradford
Copy link
Member Author

Related to #667

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant