I\'m trying to avoid manually subscribing to the redux store in every component that needs access to it. Meaning, I want to avoid doing a connect(mapStateToProps, mapD
connect(mapStateToProps, mapD