If I have multiple molecule presenters in a window...
# squarelibraries
a
If I have multiple molecule presenters in a window of my app, what's a good pattern to communicate between them? I have a currently selected item that's in one of my component/presenter and want to share that with other presenters I was thinking to inject a singleton class with a MutableState property in it