Keeping the functional component we can use React.memo to achieve this. The child component will become: import React, { memo } from 'react' ...
確定! 回上一頁