Reading the blog about the borth of zustand: blog.axlight.com/posts/how-zustand-was-born/. Recalling the first time I was using Zustand, I was shocked by its simplicity. I had been using Recoil before switching to Zustand, and thought it would take a while to get the hang of it. But honestly, it took me less than half an hour to write my first state with Zustand.
Currently, I'm using Jotai more for state management as Jotai provide better supports for query or external state management. However, no state management tools I used can be as elegant and as easy to use as Zustand 馃
B.T.W, do you know the main maintainer of both Jotai and Zustand is the same person: github.com/dai-shi :)? He's so talented and his blogs are very helpful to dive deeper in state management 馃樆