Hacker News new | ask | show | jobs
by zeroonetwothree 39 days ago
useState for local state or useContext (+ useReducer if it's complicated) for shared state is the "built-in" way that should be good enough for most things.