top | item 31962386

(no title)

shroompasta | 3 years ago

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.

discuss

order

rhodysurf|3 years ago

Zustand has been amazing for our very complex web mapping app

proxyon|3 years ago

We use Valtio but Zustand was a close second runner up