What is the point using Redux (with ReactJS)? [duplicate]

Solution 1:

They both are the same ... But Redux was exists first.

Context API was introduce as a solution to React prop drilling in React version 16.3.

That's it