The React Redux guides are a bit verbose, to say the least, so I am hoping this quick start guide is simpler. — If you are familiar with React (you should be if you want to understand this) then you understand the trouble of managing state through multiple components and props in what my instructor called ‘prop drilling’. Redux is a great solution for this single source of truth conundrum; however, class component…