immerjs / immer

Create the next immutable state by mutating the current one
https://immerjs.github.io/immer/
MIT License
27.5k stars 850 forks source link

chore: added update-pattern on how to replace & bulk update (nested) objects #1131

Open matt-miro opened 2 months ago

matt-miro commented 2 months ago

Add an update pattern that explains how to replace & update objects in bulk through mutation, the docs felt like they could use a little more explanation

Kudos to @markerikson for offering guidance and input