DEV Community

Discussion on: Best way to deal with immutable data in JS

Collapse
 
vborodulin profile image
Slava Borodulin • Edited

Yes, immer is a great library and with redux you can do amazing things but in general, immer try to solve too many problems(patches, async usage). So immutable-helpers for me more intuitive and simple approach with single responsibility and zero threshold