Question 1: Why is Redux commonly used in large React applications?
- To manage global state predictably
- To replace React state entirely
- To improve CSS handling
- To speed up JSX rendering
Explanation: Redux helps manage shared global state in a predictable way.