Files
frontend-bootcamp/step2-06/demo
2019-03-02 22:24:18 -08:00
..
2019-03-02 22:24:18 -08:00
2019-03-02 22:24:18 -08:00
2019-03-02 22:24:18 -08:00

Step 2.6: Redux: React Binding (Demo)

Lessons | Exercise | Demo

In this step, we will continue with Redux. Step 2.5 code can be used with any other web frameworks. This step, we will hook up the Redux store with React components.

We will demonstrate how to:

  1. Bind Redux store to Class Components
  2. Bind Redux store to Functional Components

Bind Redux store to Class Components

Bind Redux store to Functional Components