React Redux the easiest explanation

If you don't understand Redux, don't worry. Context API will save your day. However if you are willing to learn it, I prepared the simples version of Redux example in React as possible. People have problem to understand this concept, because we can manage in our heads naturally only three logical connections simultaneously. Redux is more complex so you will not get it, but when you do, “Eureka!”.
To see whole data flow, you can visit Graph of data flow of Redux in React, where you can see in detail.
Code is also available on github.
https://github.com/pavoltravnik/react-redux-simple-example