I use immutable.js in redux to get immutability in...
# prisma-whats-new
s
I use immutable.js in redux to get immutability in my apps
l
I haven't pulled the source code to find out if it's returning a new object or mutating the previous one. Why does it matter?
s
Because I would not to use heavily these pattern https://redux.js.org/docs/recipes/reducers/ImmutableUpdatePatterns.html when updating large objects with nested fields…