connect your react component to a redux store. Your component can now access the state stored in the redux store and functions that can change the state in redux store
function connect(mapStateToProps?, mapDispatchToProps?, mergeProps?, options?)