Flux store emitting changes to specific react components rather than all components.
问题 Struggling to find or come up with an elegant answer to this one: If I have multiple dynamic react components that are listening to one flux store to update their child components is it possible to emit changes to specific components rather than emitting changes to all the components that are registered to listen to changes on that store? E.G: A dynamic component has a button and when clicked its tells the flux store to send some data to API. The dynamic component will it update its child