InJavaScript in Plain EnglishbyAndrew AllisonWriting concise state management logic in ReactWith some help from use-immerSep 25
InHackerNoon.combyMichel WeststrateIntroducing Immer: Immutability the easy wayImmutable, structurally shared data structures are a great paradigm for storing state. Especially when combined with an event-sourcing…Jan 10, 201820
InJavaScript in Plain EnglishbyTomas SvojanovskySimplifying Updates in Zustand with Immer (Next.js)Efficient State Updates with Immer: Simplifying Nested Object Modifications in ZustandApr 221Apr 221
InBits and PiecesbyNivetha KrishnanA Better Way to Handle State with ImmerHow to handle React state and complex data structures in an immutable way with ImmerFeb 14, 20222Feb 14, 20222
InJavaScript in Plain EnglishbyAndrew AllisonWriting concise state management logic in ReactWith some help from use-immerSep 25
InHackerNoon.combyMichel WeststrateIntroducing Immer: Immutability the easy wayImmutable, structurally shared data structures are a great paradigm for storing state. Especially when combined with an event-sourcing…Jan 10, 201820
InJavaScript in Plain EnglishbyTomas SvojanovskySimplifying Updates in Zustand with Immer (Next.js)Efficient State Updates with Immer: Simplifying Nested Object Modifications in ZustandApr 221
InBits and PiecesbyNivetha KrishnanA Better Way to Handle State with ImmerHow to handle React state and complex data structures in an immutable way with ImmerFeb 14, 20222
InJavaScript in Plain EnglishbyJacek SzczerbińskiImmer.js 101 — Making Redux state updates in React predictableWhy Redux? Why Immer?Feb 10, 2021
Chocolate covered StrawberryImmerWhen you need to update an array or object in React, you should not directly modify it, but update it while maintaining immutability.Apr 17, 2023
Michel WeststrateDistributing state changes using snapshots, patches and actions — Part 2Part 2: Distributing patches and rebasing actions using ImmerSep 20, 20184