Question 1: What is the primary architectural benefit of Redux in large applications?
- Centralized and predictable state flow
- Faster rendering by default
- Automatic memoization
- Elimination of local state
Explanation: Redux centralizes state and enforces predictable updates.