API ReferenceReact APIsReact.memoUnder ConstructionThis section is incomplete, please see the old docs for React.memo.const MyComponent = React.memo(function MyComponent(props) { /* render using props */ });PreviouslazyNextPureComponent