Update Immutable State with React useReducer through Immer

Share this video with your friends

Send Tweet

When using immutable data as state representation; update logic is often captured in reducers. In this lesson we will take our existing logic, and express it using a typical reducer.