find_react_memo_opportunities
Identify React components receiving non-primitive objects, arrays, or functions without memo(), and flag JSX creating new values per render to suggest React.memo usage.
Instructions
Components with non-primitive props (objects/arrays/functions) without memo() and JSX with new values per render (performance heuristic).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |