If you’ve ever dealt with Redux in a React project, you know the pain boilerplate, action types, reducers, thunk/saga setup just to manage a bit of state. Let me talk about Zustand, a minimal, flexible, and way more enjoyable state management library...