03. useEffect/Elaboration

πŸ‘¨β€πŸ’Ό That's as far as we're going to take useEffect. Unfortunately there's just not a good way to handle the cleanup function since we don't have a way to track when a component gets added and removed from the page because the API React offers us for that is useEffect πŸ˜…
But hopefully you learned something valuable here! Write down what you learned!
Loading useEffect Elaboration form