Let’s start by installing Redux:
$ yarn add redux
There’s also an official React binding that provides the connect method that helps you connect a component to the store:
$ yarn add react-redux
You may also want to install the Redux DevTools (https://github.com/reduxjs/redux-devtools) as it'll make debugging with Redux much easier.