Currently, I am using immer and use-immer in some of my projects, and I am more than happy to switch to using more performant mutative and use-mutative.
However, I noticed that the immer + use-immer, even with enableMapSet, are still having smaller bundle size than mutative + use-mutative:
immer + use-immer
use-mutative (where mutative is a dependency)
I can help look into this and maybe make a few PRs to reduce the bundle size if you wish.
Currently, I am using
immeranduse-immerin some of my projects, and I am more than happy to switch to using more performantmutativeanduse-mutative.However, I noticed that the
immer+use-immer, even withenableMapSet, are still having smaller bundle size thanmutative+use-mutative:immer+use-immeruse-mutative(wheremutativeis a dependency)I can help look into this and maybe make a few PRs to reduce the bundle size if you wish.