Should I useState or useReducer?
Two built-in React hooks that handle state, which one should you use?
Sources
- T2Should I useState or useReducer?Martin Fowler / Overreacted / Kent C. Dodds / Josh Comeau
Two built-in React hooks that handle state, which one should you use?