Essentially, this is allowing us to cancel our request and what we can do inside of use effect is if you return something from use effect, you return a function, and then inside that function, we could just call cancel, and this is going to cancel a request every single time.