[React-Native]

jungeundelilahLEE·2021년 8월 16일
0

ReactNative

목록 보기
1/1

goal

  • How to start React-Native (from installing)
  • Basic React-Native
  • About React-Native Hooks

Install

What is React-Native? & How it works?

  • 사용자 인터페이스 or UI 구성요소를 build하기 위한 open source, front-end, javascript 라이브러리
  • 일반 html 요소가 지원되지 않기 때문에, JSX 형식의 특수 구성 요소를 사용 (View,Text 등과 같은..)
  • React.jsAndroidiOSReact-Native
    divandroid.viewUIViewView
  • Javascript 코드는 기본 코드로 컴파일되지 않고, React 에서 hosting하는 특수 thread에서 실행된다.
profile
delilah's journey

0개의 댓글