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 ...