a scenario flux doesn't support
问题 I am using flux architecture with React and I have an issue I don't know how to handle. I need to write a logic that will listen to dispatched action (like a store) and will trigger an action in case the payload contains a specific value. For example, assume there is an action that dispatch "ITEM_CREATED". My component should catch this "ITEM_CREATED" event and it's payload, and check whether the payload contains correct serial number. In case the serial number is incorrect, my component