mutative icon indicating copy to clipboard operation
mutative copied to clipboard

Proposal: add produce, which is an ALIAS of create.

Open araera111 opened this issue 1 year ago • 6 comments

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;

araera111 avatar Jan 26 '24 01:01 araera111