made with react.js

Immer

Immutability Library

Visit Site

Description

Immutability Library

"Immer (German for: always) is a tiny package that allows you to work with immutable state in a more convenient way. It is based on the copy-on-write mechanism.

The basic idea is that you will apply all your changes to a temporarily draftState, which is a proxy of the currentState. Once all your mutations are completed, Immer will produce the nextState based on the mutations to the draft state. This means that you can interact with your data by simply modifying it while keeping all the benefits of immutable data."


Creator

Michel Weststrate
@mweststrate


Social Media Links

Focus Trap React Trap Focus within a DOM Node
icon-eye-dark Created with Sketch. 614
FlexLayout Multi-tab Layout Manager
icon-eye-dark Created with Sketch. 2.885
Sentry for React React Application Monitoring
💙 Sponsored by Friends
Make this Koala happy and follow us on X!
JSON Forms React JSON Schema-based Forms with React
icon-eye-dark Created with Sketch. 3.424
useUndoable Undo/Redo Hook
icon-eye-dark Created with Sketch. 1.058