๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

Mobile/React Native

[React Native] Learn the Basics

๋ฐ˜์‘ํ˜•

React Native๋Š” Reactํ•˜๊ณ  ๋น„์Šทํ•˜์ง€๋งŒ,  web components (building blocks) ๋Œ€์‹  native components๋ฅผ ์‚ฌ์šฉํ•œ๋‹ค.

React Native app ๊ธฐ๋ณธ ๊ตฌ์กฐ๋ฅผ ์ดํ•ดํ•˜๋ ค๋ฉด JSX, components, state, props ๋“ฑ์„ ์ดํ•ดํ•ด์•ผํ•œ๋‹น!

Hello World

 

 

ํ .. ES2015 ์•Œ์•„์•ผ ํ•˜๋‚˜์š”..?

 

<View><Text>Hello world!</Text></View>

 

์ต์ˆ™ํ•˜์ง€ ์•Š์€ ์œ„ ์ฝ”๋“œ๋Š” JSX ์ด๋‹ค. Javascript ์•ˆ์— ํฌํ•จ๋˜๋Š” XML ๋ฌธ๋ฒ•.

<Text>๋Š” text๋ฅผ ๋‚˜ํƒ€๋‚ผ ์ˆ˜ ์žˆ๋Š” component ์ด๊ณ , <View> = <div> or <span>

 

Components

์œ„ ์ฝ”๋“œ์—์„œ๋Š” HelloWorldApp๋ผ๋Š” ์ƒˆ๋กœ์šด Component๋ฅผ ์ •์˜ํ–ˆ๋‹ค.

์šฐ๋ฆฌ๊ฐ€ React Native app ์„ ๊ฐœ๋ฐœํ•  ๋•Œ ์ด์™€ ๊ฐ™์€ ์ƒˆ๋กœ์šด components๋ฅผ ๋งŽ์ด ๋งŒ๋“ค๊ฒŒ ๋  ๊ฒƒ์ด๋‹น!!!

* pretty simple component

ํ•„์ˆ˜ : render ํ•จ์ˆ˜ (render๋ฅผ ์œ„ํ•œ JSX ๋ฅผ return ํ•จ)

 

 

โ˜… ์ฐธ๊ณ 

https://facebook.github.io/react-native/docs/tutorial

 

React Native · A framework for building native apps using React

A framework for building native apps using React

facebook.github.io

๋ฐ˜์‘ํ˜•

'Mobile > React Native' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

[React Native] Style  (0) 2019.09.23
[React Native] State  (0) 2019.09.23
[React Native] Props  (0) 2019.09.20
Expo, Create React Native App  (0) 2019.09.14
Getting Started  (0) 2019.08.17