Hacker News new | ask | show | jobs
by parf02 1272 days ago
My team is currently using this and I've been wondering if there are reasons to move to something like jotai or Zustand. The ergonomics of react-hooks-global-state with TS is quite nice already.
1 comments

Agreed! Haven't had the need myself but zustand probably makes more sense for a richer selector interface, using reducer syntax, etc.