React (view) lives separately from Redux (data management).
bingo
In order for react-redux to communicate to each other there needs to be a connector
{ connect } from react-redux
.
There are ways around this, perhaps, but bingo again (you could write your own connect, like apollo did, but it just ties in with Redux, anyway 😛 piggyback