본문 바로가기

JadeCode

검색하기
JadeCode
프로필사진 z-zero

  • 분류 전체보기 (198)
    • 메인 (1)
    • 개발 (18)
      • 프로젝트 (12)
      • 웹 (37)
      • 알고리즘 (13)
      • 오류해결 (10)
      • 리액트네이티브 (7)
    • 시사지읽기 (90)
    • 기타 (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
  • mac
  • Spread
  • iP
  • css
  • Next.js
  • 파이어베이스로그인
  • 리액트
  • react-native
  • nvm
  • yarn-berry
  • 프로토타입
  • react-firebaseui
  • 자바스크립트
  • 구조분해할당
  • firebaseui
  • 다리놓기
  • 커스텀알림
  • 커스텀알락
  • leetcode977
  • youtube iframe
  • Rest
  • React
  • 타입스크립트
  • 파이썬
  • Python
  • 백준
  • leetcode189
  • JS
  • 기초
  • nvmrc
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록axios (1)

JadeCode

[리뷰] Fetch, Axios

비동기 요청의 가장 대표적인 사례는 단연 네트워크 요청이다. 그중에서 URL로 요청하는 경우가 가장 흔한데, 이것을 가능하게 해 주는 API가 바로 fetch API이다. fetch API // Promise ver let url = "URL주소"; fetch(url) .then((response) => response.json()) .then((json) => console.log(json)) .catch((error) => console.log(error)); // Async/Await ver let url = "URL주소"; async function request(){ const response = await fetch(url); } request() Axios Axios는 브라우저, Node.j..

개발/웹 2022. 5. 31. 12:30
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바