Understanding Zustand and Immer

So, I’ve previously written about Zustand before, and implemented it with Immer to get and set simple states, but I realized my understanding of it is not deep enough for me to implement cases where I need to set nested states. The purpose of this little write up is to figure out what exactly is going on with Zustand and Immer, so that I can achieve my goals. Understanding Zustand Using Zustand is simple. All you need to do is to create a store ...

January 10, 2023 · 7 min · Lei