mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
Step 2.6: Redux: React Binding (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:
- Bind Redux store to Class Components
- Bind Redux store to Functional Components