I am using Fluxxor and React Js and stuck with the following problem:
My React class is subscribed to several stores using mixins. My stores send this.emit("change") and I react to them in the function getStateFromFlux of the React class. But I want to know from which store I got a state change. How can I do this ?
Thanks !