Zustand: React State Management Without Providers or Reducers
Originally published at recca0120.github.io
Redux needs action types, action creators, reducers, and a <Provider> wrap — adding a counter touches four files.
React Context is convenient, but any value change in the context re-renders every consumer.
...
recca0120.hashnode.dev7 min read