Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 280 Bytes

02-thinking-about-actions.md

File metadata and controls

4 lines (3 loc) · 280 Bytes

Thinking about Actions

  1. Write down at least three action types that could be used in implementing a client-side shopping cart. For each type, what payload might it have?
  2. Write the function signatures of action creators that correspond to the actions you identified above.