DEV Community

Discussion on: Data fetching React Hook

Collapse
 
mbellagamba profile image
Mirco Bellagamba

Thanks for the suggestion! This AbortController solution makes more explicit the cancel operation. Anyways, I don't use it very often because of the low browser support. Maybe, I should start using it shipping a polyfill for older browsers 🤔.

Collapse
 
devhammed profile image
Hammed Oyedele

If you are worried about browser support, axios offers a similar API on top of XHR or go the polyfill way as you have said.