Just like Luke Skywalker returning to Dagobah to complete his Jedi training with Yoda, it’s time for you to return to learning Redux one more time. In this final section on Redux, you’ll learn how to use the React-Redux library to connect components to a Redux store and how to use middleware and thunks to interact with an API.
After completing this final section on Redux, you should be able to:
<Provider />
component to make your Redux store available to any nested components that have been wrapped in the connect
functionconnect
function to give a component access to a Redux storeapplyMiddleware
function to configure one or more middleware when creating a store