title | nav_order | has_children | permalink |
---|---|---|---|
Home |
1 |
true |
/ |
React Native Tutorial
Docs: https://jeffgukang.github.io/react-native-tutorial/
Facebook์์ ๊ณต๊ฐํ React Native๋ React์ ๋ฐฉ์์ ์ด์ฉํ์ฌ ๋ชจ๋ฐ์ผ ์ดํ๋ฆฌ์ผ์ด์ ์ธ iOS์ Android๋ฅผ ๋์์ ๋ง๋ค ์ ์๋ ๋ฉ์ง ํ๋ ์์ํฌ์ ๋๋ค.
์ด ํํ ๋ฆฌ์ผ์ React Native ์์ ๊ผญ ํ์ํ Basic
, Debugging
, React Navigation
, State Management
๋ฑ์ ๋ค๋ฃจ๊ณ ์์ผ๋ฉฐ ๊ฐ๊ฐ์ ์ฑํฐ๋ฅผ ์์ ์ ํจ๊ป ์งํํ์ฌ ์
๋ฌธ์๋ค๋ ์ฝ๊ฒ ๋ฐ๋ผ ํ ์ ์๋๋ก ๋ง๋ค์ด์ก์ต๋๋ค.
โReact ๋ฅผ ์๊ธด ์์ง๋ง ์ ๋ชจ๋ฅด๊ฒ ๋คโ, ํน์ 'React ๋ฅผ ์์ ํด๋ณธ ์ ์๋คโ๋ผ๊ณ ํ์ ๋ ์๊ด์์ต๋๋ค. ๊ธฐ๋ณธ์ ์ธ ๊ฒ์ ๋ค๋ฃจ๊ณ ์๋ ๋งํผ, ํด๋น ํํ ๋ฆฌ์ผ์ ํตํด React Native๊ฐ ๋ฌด์์ธ์ง, ์ด๋ป๊ฒ Javascript๋ก iOS์ Android ์ฑ์ผ๋ก ๊ฐ๋ฐํ ์ ์์ง? ๋ฑ์ ๋ง์ฐ ํ๋ ๊ถ๊ธ์ฆ์ ์กฐ๊ธ์ด๋ผ๋ ํด๊ฒฐํด๋ณด์ธ์.
์ด ๋ฌธ์๋ ๋น ๋ฅด๊ฒ ๋ณํ๋ React Native ํ๋ ์์ํฌ์ ๋์ํ๊ธฐ ์ํด ๋ชจ๋ ์คํ ์์ค๋ก ๊ณต๊ฐ๋์ด ์์ต๋๋ค. ๋ฒ๊ทธ, ์คํ, ๋ณ๊ฒฝ ์ฌํญ ๋ฑ์ ์ด์๋ฅผ ๋ฐ๊ฒฌํ์๋ฉด ์ธ์ ๋ ์ง Issue ์ ๋จ๊ฒจ์ฃผ์๊ณ , ๊ธฐ์ฌํด์ฃผ์ธ์.
React Native created by Facebook is a great framework for building mobile applications for iOS and Android using React.
This tutorial covers the essential concepts of React Native, Basic
, Debugging
, React Navigation
, State Management
, and each chapter consists of easy-to-follow examples for beginners.
If you are new to React Native, that's fine. This is a beginner-friendly tutorial so you can understand how React Native works and how it can build iOS and Android apps using Javascript.
This document is all published as an open source to respond to the fast evolving React Native framework. We are grateful to the community for contributing bugfixes and improvements. You can take part in improving React Native Tutorial. Please read our Contributing Guide and leave Issue for this project.