mutative
mutative copied to clipboard
Proposal: add produce, which is an ALIAS of create.
The basic syntax is the same, so when changing from immer to mutative, it is only necessary to replace the import statement.
I haven't looked at the source code, but I think it would be as simple as adding the following one sentence.
export const produce = create;