This is the parent issue to track the work for `frontend-app-authoring` in converting to React Query 5. ## Summary Checklist ### Phase 1: Update Dependencies ### Phase 2: Redux → React Query - [ ] Set up QueryClient with defaults - [ ] Create inventory of slices to migrate (sub-issues) - [ ] For each slice: - [ ] Extract API functions - [ ] Create query keys factory - [ ] Create custom hooks - [ ] Update components - [ ] Comment out Redux code - [ ] Write/update tests - [ ] Validation - [ ] All tests pass - [ ] Manual QA complete - [ ] Performance verified ### Phase 3: Cleanup - [ ] Remove deprecated Redux code - [ ] Update documentation - [ ] Team training on new patterns
This is the parent issue to track the work for
frontend-app-authoringin converting to React Query 5.Summary Checklist
Phase 1: Update Dependencies
Phase 2: Redux → React Query
Phase 3: Cleanup