const PrintList = memo(({list})=>{ console.log("render"); return "List ..."; }); function HelloWorld({ intl, ...props }) { const list