profile
Planby 개발자

220404 TIL

Open source developped by Facebook to test React files.There are many methods that can be used to test JS code.

2022년 4월 7일
·
0개의 댓글
·

220329 TIL

A redux middleware that deals with every side effect.1\. create a SomethingSaga.ts saga file that collects side effects of some variable.2\. connect t

2022년 3월 30일
·
0개의 댓글
·

220328 TIL

How to use it? First, create a context using React.createContext().Then this context on the top component allows all the other child components to use

2022년 3월 28일
·
0개의 댓글
·

220325 TIL

Instead of useHistory() function or history props contained in <Route /> component in v5, we use useNavigate() function to move page inside an even

2022년 3월 25일
·
0개의 댓글
·

220321 TIL

JSX elements are compiled into pure javascript using Babel.Install by npm i react-router-domThis package makes it easier for a react project to be a S

2022년 3월 21일
·
0개의 댓글
·

220220 Daily development

If someone code a function-based component in react native, the component calls the props(no matter the param's name) as the first parameter.useState(

2022년 2월 20일
·
0개의 댓글
·

220211 개발일지

오늘의 문제점 expo로 실행된 앱의 개발 메뉴에서 'remote JS debug'라는 메뉴는 클릭하지 말자. 앱이 로딩되지 않는다. 만약 눌렀다면 >import { NativeModules } from 'react-native'; NativeModules.DevSe

2022년 2월 11일
·
0개의 댓글
·

220209 개발일지

V50ThinQ 모델에서 expo 앱을 usb를 통해 실행시키려면 PTP(사진 및 영상 전송) 모드로 연결해야 한다. 그럼 디버깅 허용 안내문이 뜨면서 실행이 잘 된다.

2022년 2월 9일
·
0개의 댓글
·

220208 개발일지

Github에서 url링크로 복사해옴Unrelated histories 관계 없이 어떤 branch에 있는 것 다 pull함url링크와 local repository를 연동시킴main branch에 현재 commit을 추가함우선 카카오 로컬 api를 이용하여 검색된

2022년 2월 7일
·
0개의 댓글
·

220127 개발일지

https://mildb.tistory.com/68구글 맵 Expo로 쓰는 방법

2022년 1월 26일
·
0개의 댓글
·