DEV Community

Discussion on: React Data Fetching: Axios

Collapse
 
jamesthomson profile image
James Thomson

Honest question, what's so wrong with using Axios that you'd opt to use Redaxios - a lib that hasn't had any releases for a year? To me that's a red flag.

Also, React-Query is amazing, but doesn't have anything built in for handling XHR so you'd still need Fetch or something like Axios.