Understanding the relationship between react, redux and react-redux
react and redux are basically independent libraries. You can use react without redux and redux without react. What glues both together is the react-redux library. I don't want to write a full blown tutorial about react and redux, so I'll keep it short. Disclaimer: I'