mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
15 lines
469 B
Markdown
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
|