(code for The Redux with Hooks tutorial)
branch redux-connect
has the app implemented using the connect
HOC approach
branch redux-hooks
has the app implemented using the new react-redux hooks
branch markerikson-simplify-code
has the app with hooks and a couple of cool simplifications, courtesy of @markerikson