https://thinkster.io/tutorials/setting-up-react-redux/introducing-react-redux
The react-redux module is the "official bindings" between react and redux. It adds some useful syntactic sugar for binding your components to your redux state. The Provider component that you get from react-redux is how you tell react-redux about your redux store.