I am a complete Redux newbie going through the tutorial for the first time. Looking at the source code for the todo app, it's confusing to me in
index.js
that the components for the app are imported as App where the store is created as 'todoApp'. Again, this is speaking as a Redux first-timer, but it would be less confusing if 'todoApp' were named 'appState' or 'appStore' - something that highlights their differences in the context of the whole project, which is a todo app.