We’ve seen some annoying bugs as a result of events being fired twice, or in a circular event chain.
Update loops are one of the problems that React explicitly aims to solve and Flux explicitly disallows actions triggering other actions to avoid this.