Prerequisite: Basic knowledge about React and Immutability in Javascript In this post, I am going to talk about Immer, a library that makes immutability in Javascript way easier and simpler. I assume that you already know why we need immutability. If you don’t, no worries, check this blog first 😍 …