Intro to Redux

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.

Prerequisites

  • Install React, React-Redux, Redux

Installation

$ npm install --save redux react-redux