React Hooks: When Not to Use useEffect

Use React's `useEffect` wisely: avoid it for direct state calculations, heavy tasks, and where other hooks are better suited.