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

15 lines
469 B
Markdown

# Step 2.6: Redux: React Binding (Demo)
[Lessons](../) | [Exercise](./exercise/) | [Demo](./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