DEV Community

Discussion on: React useContext and useReducer Hooks.

Collapse
 
korneldoe profile image
Kornel

Good read.

Question: what is the cons and pros between using useReducer with Context API vs using simple useState hook?

Collapse
 
ebitzu profile image
eBitzu

useState is not recommended for storing object state