DEV Community

Discussion on: Adios Redux: using React hooks and Context effectively

Collapse
 
swayamsvk profile image
Swayam Samyak Debasis

That was nice. Actually my question is I have tried to learn redux and found it tough as you have mentioned above. I was planning to give it one more shot. In your opinion should I completely ditch it or continue it and learn it on a fundamental level to at least have an idea.

Collapse
 
ankitjey profile image
Ankit Jena

The useReducer hook is actually a simpler way to understand Redux. If you understand that then you should understand Redux as well. Learning the fundamentals will help because this pattern is used a lot. Here's a good piece you can read
code-cartoons.com/a-cartoon-intro-...

Collapse
 
swayamsvk profile image
Swayam Samyak Debasis

Thanks