If you're using useEffect to fetch data, chances are you've either run into a race condition, or have one without realising it. Let's learn how to fix them in this article.
https://maxrozen.com/race-conditions-fetching-data-react-with-useeffect/
* race condition
* fetching data with useEffect
* CodeSandbox
* AbortController
* React Hooks API reference
* CodeSandbox
* CodeSandbox
* AbortController.signal
* MDN reference