Wrap five hot-path components in React.memo to prevent unnecessary re-renders when parent state changes don't affect their props. |
||
|---|---|---|
| .. | ||
| TaskList.tsx | ||
| TaskRow.tsx | ||
Wrap five hot-path components in React.memo to prevent unnecessary re-renders when parent state changes don't affect their props. |
||
|---|---|---|
| .. | ||
| TaskList.tsx | ||
| TaskRow.tsx | ||