Improve ReportActionsList performance by moving useOnyx connections from money request and transaction components up to the list level, following the pattern established in PR #63362.
Components to Optimize
MoneyRequestPreview
MoneyRequestReportPreview
EmptyMoneyRequestReportPreview.tsx
MoneyRequestReportPreviewContent.tsx
TransactionPreview
MoneyReportView.tsx
MoneyRequestAction.tsx
MoneyRequestView.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
Issue Owner
Current Issue Owner: @Pujan92
Improve ReportActionsList performance by moving useOnyx connections from money request and transaction components up to the list level, following the pattern established in PR #63362.
Components to Optimize
MoneyRequestPreviewMoneyRequestReportPreviewEmptyMoneyRequestReportPreview.tsxMoneyRequestReportPreviewContent.tsxTransactionPreviewMoneyReportView.tsxMoneyRequestAction.tsxMoneyRequestView.tsxTesting & Performance Validation
Issue Owner
Current Issue Owner: @Pujan92