Just like useMemo and PureComponent, React.memo() is used to memoize/cache functional components. App renders MyComponent component passing the ...
確定! 回上一頁