React hook - useReducer vs useState

React hook - useReducer vs useState

Cả hai hook này đều làm nhiệm vụ quản lí state, cùng tìm hiểu khi nào thì nên dùng hook tương ứng để đạt hiệu quả cao.

·

1 min read

ScenariouseStateuseReducer
Type of state?string, boolean, numberarray, object
Number of state?1 or 2Many
Related state?NoYes
Business logic?SimpleComplex
Local vs Global?LocalGlobal