By Ryan Yurkanin TLDR: You can handle state with a reducer in your Class Components by having one function that translates actions into state changes. It centralizes all your setStates. ? What is a Reducer? Reducers are functions that take input and ...