• Stars
    star
    126
  • Rank 284,543 (Top 6 %)
  • Language
    Ruby
  • Created about 7 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React Native Tutorial For Beginners - 2019
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.