[React] React에서 API 호출_useEffect X fetch

Chaewon Yoon (Jamie)·2022년 12월 19일
0
post-custom-banner

JSON placeholder의 API 가져올 것
https://jsonplaceholder.typicode.com/

comments를 가져오자
API 주소: https://jsonplaceholder.typicode.com/comments
(App.js)
컴포넌트가 마운트되는 시점에 API 호출하고 결과값 보기

body - 일기 데이터의 본문으로 사용
email - 작성자로 사용할 것

초기 데이터로 불러오기 완료

전체 진행 상황
(App.js)

(DiaryEditor.js)

(DiaryList.js)

(DiaryItem.js)

profile
keep growing as a web developer!🧃
post-custom-banner

0개의 댓글