Course lesson
Optimize Function Components with React.memo
React.memo is similar to PureComponent when working with class components. This feature new to React 16 will not allow a functional component to render if its props hasn’t changed.
- Duration
- 5 min
- Access
- Included
- Transcript
- Retained from source evidence
React.memo is similar to PureComponent when working with class components. This feature new to React 16 will not allow a functional component to render if its props hasn’t changed.