What is React.memo()? React.memo() was released with React v16.6. While class components already allowed you to control re-renders with the use of...