DEV Community

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

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