There are a lot of awesome of React (+Redux) tutorials out there such as:
This is my humble attempt to make a more pragmatic one!
Understand the basic concept of React, what is the difference server-side or client-side apps and the basics of how React renders your app into the page!
The classic example! Let's add some interactions to the page and fetch a list from the server!
How would our previous example be written using Redux?