The big risk of using global state managers: Some teams think "Let's put all...
The big risk of using global state managers: Some teams think "Let's put all our state here."
For example, I've seen many teams use Redux to store all state, even state that's only used by only one component. 👎
Global state should be a last resort, not the default.