DEV Community

Discussion on: You don't have to use Redux

Collapse
 
iamawaisakram profile image
Awais Akram Mughal

Good post, But I agree to disagree, using context Api to pass multiple props in a single component will make it so much nested that you'd want to bang your head on the wall, but if you want to use beautiful context API try it with hooks 🤤, you'll be amazed how easy to read code becomes, but for class components, redux is the best.

Collapse
 
anssamghezala profile image
Anssam Ghezala • Edited

I have started reading about hooks a couple of days ago ! :)) Thank you !