DEV Community

Discussion on: Redux vs Context API

Collapse
 
4cody profile image
Cody Shaner

As noted by a few others here, context was never created as a replacement for redux and it's implementation is such that use case scenarios are for 'low frequency changes' to state, as the entire component tree within the provider is re-rendered at every state change.