# 초보자를 위한 Axios vs Fetch

> Clean Markdown view of GeekNews topic #6495. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6495](https://news.hada.io/topic?id=6495)
- GeekNews Markdown: [https://news.hada.io/topic/6495.md](https://news.hada.io/topic/6495.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-05-05T09:52:02+09:00
- Updated: 2022-05-05T09:52:02+09:00
- Original source: [meticulous.ai](https://meticulous.ai/blog/fetch-vs-axios/)
- Points: 15
- Comments: 1

## Topic Body

- Promise 기반의 HTTP Client 인 두 API를 비교  
- 문법 비교 부터 JSONPlaceholder API를 호출했을 때의 차이점을 보여주며 설명   
  - 에러처리/타임아웃/취소   
- 둘다 비동기처리지만, 속도는 fetch가 다소 빠름

## Comments



### Comment 9952

- Author: xguru
- Created: 2022-05-09T18:05:33+09:00
- Points: 1

번역글 : https://velog.io/@eunbinn/Axios-vs-Fetch
