CodexBloom - AI-Powered Q&A Platform

React 18: State Update Not Triggering Re-render in Custom Hook with External API Call

šŸ‘€ Views: 0 šŸ’¬ Answers: 1 šŸ“… Created: 2025-06-13
reactjs custom-hooks api-fetch

I’m experiencing a problem where my custom hook, which fetches data from an external API, is not triggering a re-render when the state updates. I'm using React ...