I have two separate components, which don't have a simple parent-child relationship.
ComponentFolderA
|
ButtonComponent
ComponentFolderB
|
BannerComponent
I want to setState
when the user clicks on the button and send that value to the BannerComponent
What's the best way to get around this?