What is immer JavaScript?
https://redux.js.org/tutorials/fundamentals/part-8-modern-redux#immutable-updates-with-immer
Redux requires that we write all state updates immutably, by making copies of data and updating the copies. However, Redux Toolkit's createSlice and createRe...
omarsaade.hashnode.dev2 min read