Managing Complex State in React with useReducer

from blog Aleksandr Hovhannisyan, | ↗ original
React's useState hook works well for managing simple state. But once your component starts to grow, useReducer may be a better fit for managing state.