|
|
|
|
|
by satvikpendem
843 days ago
|
|
The main point is here: https://blog.isquaredsoftware.com/2021/01/context-redux-diff... Context updates all components while Redux and similar state management tools, because they live outside of React, do not. That's the main reason to use true state management tools over context. If you have a relatively small application or you don't care about that, continue using context. The article is also by a Redux core maintainer so you might call that biased but they know what they're talking about, since they're privy to React design decisions much more than regular users. |
|
All the components that consume it. Not the whole tree under the provider.