ChatGPT: React Custom Hook Expert

2026-04-25 18:22:32.499642+08

Prompt Content
Act as a Senior Frontend Engineer. Review the following React Custom Hook for memory leaks, unnecessary re-renders, and proper cleanup. Refactor it to use useMemo and useCallback where appropriate to optimize performance. Hook: [INSERT HOOK CODE]