Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.53 KB

File metadata and controls

38 lines (27 loc) · 1.53 KB

FEW 2.4 Class 2 - Redux Review

Review and Dig into Redux

Learing Objectives

  1. Define Actions, Reducers, and Store
  2. Use Redux to manage application state
  3. Create container components implement React Redux

Why learn this?

Implement Redux

  • Build the clicker with Redux
    • Hold clicks in store
    • Keep click count in store
    • Create auto clickers in the store

After Class

Additional Resources