What is immer?
"Create your next immutable state by mutating the current one"
immer is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 876.0 KB on disk.
Installation Guide
# Install via NPM
npm install immer
# Install via Yarn
yarn add immer