DEV Community

Discussion on: Insight #3 - Use ImmerJS over lodash/set, ImmutableJS or plain JS

Collapse
 
johnmunsch profile image
John Munsch

I'm a big believer in Immer too and I note that the Redux Toolkit (an official opinionated toolkit from Dan Abramov and others) chose to include it as the standard way to update the state while maintaining immutability: redux-toolkit.js.org/

Collapse
 
sebastienlorber profile image
Sebastien Lorber

that's right ;) good choice