dispatch
sole mechanism for triggering state changes within the Redux store
key phrase: Triggering state changes
dispatch
sole mechanism for triggering state changes within the Redux store
key phrase: Triggering state changes
useCallback
useCallback is a React Hook that lets you cache a function definition between re-renders
...prev
makes a copy of the previous state to avoid directly changing the previous state