DEV Community

Discussion on: React state management. What should I use?

Collapse
 
emma profile image
Emma Goto 🍙

I think if you're making small side projects, you don't really need redux. But maybe you can make one app in redux just so you understand how it works, and then use hooks for all the rest?

Collapse
 
asimdahall profile image
Asim Dahal

I have used redux in production apps already, recently I came to know about react hooks and I don't find much difference between two so I was asking that if there is any advantages/disadvantages of using either of those?