Question 1: Why is React Query considered different from Redux for data handling?
- It manages server state instead of client state
- It replaces reducers
- It stores data permanently
- It avoids async code
Explanation: React Query focuses on server-state, not client UI state.