Problem Statement
Can React Hooks replace Redux for global state management?
Explanation
For small apps, Context and Hooks can replace Redux. For large apps with complex state flows and middleware needs, Redux remains better suited.
Practice Sets
This question appears in the following practice sets: