Written by
react-style
on
on
리액트 비동기 서버통신 axios
리액트 비동기 서버통신 axios
728x90
jQuery의 json, JS의 fetch와 동일한 기능
1. 터미널 창에 'npm install axios --save' 을 입력해 axios를 설치해준다.
2. import axios from 'axios'
3.
axios.get(url)
.then(데이터 불러오기 성공시 작동되는 구문) .catch(데이터 불러오기 실패시 작동되는 구문)
from http://bellife.tistory.com/122 by ccl(A) rewrite - 2021-12-24 21:01:41