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).
Click Run to test your code