Introduction to Redux and integration with React.
Learn the basics of Redux and React integration by creating a simple app.
Redux is not explicitly designed to work with React. Hence, the usage of React-Redux is necessary.
- Install React, React-Redux, Redux
$ npm install --save redux react-redux