Oliver Zeigermann / @DJCordhose
Slides: http://djcordhose.github.io/react-workshop/2017_jsunconf_mobx_redux.html
State distributed over many components can make applications hard to understand and debug
Often more than one component depends on a certain part of state - especially hard to do when components are not even in the same hierarchy
State management and handlers are extracted from React components
Better separation of concerns