Improve ReportActionsList performance by moving useOnyx connections from task and trip components up to the list level, following the pattern established in PR #63362.
Components to Optimize
TaskAction.tsx
TaskPreview.tsx
TaskView.tsx
TripDetailsView.tsx
TripRoomPreview.tsx
Testing & Performance Validation
- Before Changes: Record performance traces using React Profiler
- After Changes: Record the same interactions
- Analysis: Import traces into https://kacper-mikolajczak.github.io/rcc/ with 'before' as baseline
- Share Results: Include performance comparison in PR
Improve ReportActionsList performance by moving useOnyx connections from task and trip components up to the list level, following the pattern established in PR #63362.
Components to Optimize
TaskAction.tsxTaskPreview.tsxTaskView.tsxTripDetailsView.tsxTripRoomPreview.tsxTesting & Performance Validation