DEV Community

Discussion on: Controlling React API Calls With Hooks

Collapse
 
bytebodger profile image
Adam Nathaniel Davis

I def don't disagree with any of this. I just wanted to point out that it's entirely possible to responsibly manage your API calls without using any third-party package (and without blindly accepting that some of your basic data calls will simply need to be called repeatedly for no functional reason).

Thread Thread
 
cliffordfajardo profile image
Clifford Fajardo

Thanks for the clarification 🙏