MobX is still faster due to its tracking of dependencies. Redux is O(n), where n is the number of mounted connected components.

— Dan Abramov (@dan_abramov) April 12, 2016