Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 570 Bytes

File metadata and controls

5 lines (5 loc) · 570 Bytes
  1. What problem does the context API help solve?
  2. In your own words, describe actions, reducers and the store and their role in Redux. What does each piece do? Why is the store known as a 'single source of truth' in a redux application?
  3. What is the difference between Application state and Component state? When would be a good time to use one over the other?
  4. Describe redux-thunk, what does it allow us to do? How does it change our action-creators?
  5. What is your favorite state management system you've learned and this sprint? Please explain why!