This final video explains how to connect Redux to React and how to apply the middleware [Redux Thunk](https://github.com/gaearon/redux-thunk) to be able to delay the execution of each action.

Pass down the functions made in actions through props. Then, apply an onclick function to the button to call the action that gets information from the API.

Source: https://github.com/danyonsatterlee/youtube-examples/tree/master/color-fun


Series overview: