Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 재귀함수
- AWS
- Big-O notation
- 코드스테이츠
- 인터프리터
- node.js
- flex기본
- JavaScript
- node.js설치
- 스코프
- 클로저
- scope
- CSS
- complexity
- 생활코딩
- 원본과 복사본
- AWS기초
- prototype
- 메모이제이션
- css기초
- 리커젼
- vscode
- appendChild
- IT
- let
- APPEND
- AWS조사
- 기초공부
- var
- 개발툴
Archives
- Today
- Total
Jveloper
2019. 08. 01 이머시브 수업 10주차 - 4일 (react native debugging & "fetch" vs "axios"?) 본문
Project/HopeQuery
2019. 08. 01 이머시브 수업 10주차 - 4일 (react native debugging & "fetch" vs "axios"?)
Jveloper 2019. 8. 2. 10:53react native에서 debugging 하는 방법
react native 에서 command + i 누르면 웹페이지 개발자도구 레이아웃 보듯이 레이아웃을 확인할 수 있다
ios : command + D --> Debug JS Remotely --> console 찍히는지 확인
android : command + M --> Debug JS Remotely --> console 찍히는지 확인
똑같은 주소로 routing하지만 디버깅은 한개씩밖에 못돌리는것같다
참고링크 : https://stackoverflow.com/questions/29289304/how-do-you-debug-react-native
react native에서 "fetch" vs "axios" ?
react native는 update 가 자주 일어나기 때문에 install을 해야하는 axios보다는 fetch를 추천한다
react를 쓰는것이라면 axios를 추천한다
'Project > HopeQuery' 카테고리의 다른 글
Comments