DEV Community

Discussion on: Do you prefer Fetch or Axios?

Collapse
 
rohit86799 profile image
Rohit

My opinion is to use axios, because in some cases like if we have to show the progress of our request then it will be very difficult to handle this using fetch method but axios have a good managed function for that case.

Also axios provides good documentation for the function and there use.