mediumReact#47

Profiling with React.memo

Prompt

Create a list where each item is rendered by a component wrapped in React.memo. Verify that items don't re-render when their props haven't changed (add a console.log in the child).

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code