The official Essentials tutorial for Redux: learn how to use Redux, the right way| redux.js.org
Learn about side effects and how to avoid them, how to wield immutablity to update objects and arrays in Redux reducers, and the easy way to update state with Immer.| Dave Ceddia
Immer (German for: always) is a tiny package that allows you to work with immutable state in a more convenient way.| immerjs.github.io
The official Redux Essentials tutorial: learn the structure of a typical React + Redux Toolkit app| redux.js.org