I have a React component that dispatches a redux state change in its componentWillMount function. The reason is that when the component is loaded, it needs to g
componentWillMount
It looks like there's already an issue in the react-redux library.
https://github.com/rackt/react-redux/issues/210