DEV Community

Discussion on: Guide to React hook- useReducer

Collapse
 
srishtikprasad profile image
Srishti Prasad

Yaa @himanshupal0001 , the only difference which I see is that redux creates one global state container which is above your whole application whereas useReducer creates an independent component within your component itself.