From what I’ve read so far, Axios returns a promise, then why bother using it with Async Await?
That is my question. If Axios can handle the data asynchronously, why am I using it with Async Await, which does basically the same thing, handling asynchronously.
Thank you for your time and reply in advance.