Immer & immutable state All In One
Immer (German for: always) is a tiny package that allows you to work with immutable state in a more convenient way.
Immer(德语:always)是一个小包,可让您以更方便的方式处理不可变状态。
https://immerjs.github.io/immer/
https://github.com/immerjs/immer
demos
$ npm install immer
React Hooks
Use immer to drive state with a React hooks
https://github.com/immerjs/use-immer