In this tutorial I am explaining how to integrate the Redux library into an existing React project, in order to obtain a global state. This requires the installation of redux and react-redux library, and creating a store flle in which we keep our global state and the reducer function to update the state.