← Back to all 2018

Modify Existing State in the useReducer Hook

useReducer's main advantage over useState is the ability to use named actions to selectively modify state. To do that, we'll need more advanced data… Assignment Sandbox: https://codesandbox.io/s/react-holiday-day-18-nfhgk

Prev Next