11 min readreact-internalsReactInternals
useState vs useReducer in React: How They're Really Related
Understand the real difference between useState and useReducer in React, why useState is basically a special case of useReducer, and when each Hook is the better fit.