Immer with React useReducer.
May 20, 2022 · 9 min read · Immer is a simple JavaScript library that allows us to use immutable state at the convenience of us updating the state in a mutable way. But what is Mutation and Immutability and why are they important. Mutation is simply when you update the old valu...
Gdaulatt commented

