When we handle async requests in React, we need to pay attention if the component is already unmounted.
Please implement useIsMounted() for us to easily tell if the component is still not unmounted.
Solution
No solution file is included for this exercise yet.
Use the problem as an open implementation prompt, then compare your reasoning with the linked React documentation.