DEV Community

Discussion on: Redux VS React Context: Which one should you choose?

Collapse
 
ogaston profile image
Omar Gaston Chalas

I think Redux is still alive and will be for a while, but not too much. In my opinion, the real advantage of using Redux is its architecture, it helps teams follow the same pattern. But for most cases, Context and Hooks are enough.

Great article btw.

Collapse
 
ibrahima92 profile image
Ibrahima Ndaw

You're absolutely right. Redux is far from dead even, however react context is getting better, and will be in the future a real solution for managing bigger react app. Thanks you too for reading it