wix-incubator / repluggable

Pluggable micro frontends in React+Redux apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add 'contributeComponent' and 'getComponent' for connected components

vadimsiomin opened this issue · comments

Instead of using APIs to share connected component, perhaps we can add a designated functionality for contributing and getting components, like:

shell.getComponent(MouseActionAcceptor)
where MouseActionAcceptor can be also used as key.