Zustand is a lot more popular than the comments or the article implies. I see it quite heavily used amongst Netflix engineers.
That being said, prop drilling was made more of an issue than it really is, especially considering the boilerplate needed for state management libraries like Redux.
But if there does need to be a global store, I usually reach for zustand as the API is probably the easiest out of the ones mentioned.
That being said, prop drilling was made more of an issue than it really is, especially considering the boilerplate needed for state management libraries like Redux.
But if there does need to be a global store, I usually reach for zustand as the API is probably the easiest out of the ones mentioned.