Question 1: What is the core architectural goal of React Query?
- Replace Redux completely
- Manage server state separately from UI state
- Cache all application data permanently
- Eliminate async code
Explanation: React Query is designed specifically for managing server state.