udecode / zustand-x

Zustand store factory for a best-in-class developer experience.
https://zustand-x.udecode.dev
MIT License
320 stars 20 forks source link

Support `zustand-mutative` #81

Open jessekrubin opened 1 month ago

jessekrubin commented 1 month ago

Description

I have been using zustand-mutative (https://github.com/mutativejs/zustand-mutative) over the immer middleware, and am wondering if allowing swapping out immer for zustand-mutative would be straight forward.

Food for thought. mutative also has a diff/patch mode which would be super nice to utilize.

zbeyens commented 1 month ago

PR's welcome