React Component Code Review (PR-review style)
viaLeetCode
You are given an existing React component and asked to review it as you would a real pull request. Identify performance issues, improper state management, missing list keys, and accessibility gaps, and suggest cleaner abstractions. Explain why each issue is a problem and how you would improve readability, scalability, and maintainability.
asked …