how to use useMemo with injectIntl

后端 未结 0 1299
执念已碎
执念已碎 2020-12-18 02:10
const  PrintList = memo(({list})=>{
  console.log("render");
  return "List ...";
});


function HelloWorld({ intl, ...props }) {
  const list         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题