Challenge: Refactoring a Slow Comment Viewer App
Debug and refactor a slow three-component comment viewer by stabilizing identities, fixing memo and selector behavior, and removing heavy render-phase work to make the UI responsive under React 19.
We'll cover the following...
Problem statement
You’ve been tasked with debugging a small React feature called CommentViewer, a compact UI that displays a ...