GitHub - mutativejs/jotai-mutative: A Mutative extension for Jotai
Briefly

The Mutative extension allows developers to handle immutable data in Jotai in a more convenient and mutable manner, enhancing performance significantly.
jotai-mutative is more than 10x faster than jotai-immer, showcasing substantial performance improvements which are crucial for applications requiring high responsiveness.
Using atomWithMutative, developers can create new atoms with a unique mutative write function, simplifying state management without relying on read-only atoms.
It is recommended to avoid using withMutative and atomWithMutative together with useMutativeAtom, as they both provide similar mutative write functions, which can lead to redundancy.
Read at GitHub
[
]
[
|
]