DEV Community

Discussion on: Flawless React State Management: useReducer and Context API

Collapse
 
markerikson profile image
Mark Erikson

Yep. I actually just wrote a post a few days ago that covers this:

Why React Context is Not a "State Management" Tool (and Why It Doesn't Replace Redux)

My primary point is clarifying the actual capabilities and purposes for Context, useReducer, and Redux, but as part of that I also discuss some of the behavior differences.

I'd also suggest reading my posts A (Mostly) Complete Guide to React Rendering Behavior and React, Redux, and Context Behavior, which cover more details on the rendering behavior aspects.

Collapse
 
droidmakk profile image
Afroze Kabeer Khan. M

Cool...