With a lot of state management libraries available, it's becoming hard to choose one. From the articles I have gone through, looks like Zustand is a simple and powerful state management library that avoids unnecessary complexity involved in updating the state and maintaining it.
Just want to cross-check, if it is a good idea to go ahead with it, to handle a huge state object and any best practices to handle it.
Thanks in advance.