Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
React Native: How React May Change Mobile App D...
Search
Diéssica Gurskas
November 01, 2016
Programming
0
100
React Native: How React May Change Mobile App Development
Lightining talk about React Native from a business and technology point of view.
Diéssica Gurskas
November 01, 2016
Tweet
Share
More Decks by Diéssica Gurskas
See All by Diéssica Gurskas
Who Cares About State?
diessica
1
80
Other Decks in Programming
See All in Programming
Nuxt UI Pro、NuxtHub、Nuxt Scripts、Nuxtエコシステムをふんだんに利用して開発するコーポレートサイト@Vue Fes Japan 2024
shingangan
3
890
カスタムしながら理解するGraphQL Connection
yanagii
1
1.2k
讓數據說話:用 Python、Prometheus 和 Grafana 講故事
eddie
0
350
What’s New in Compose Multiplatform - A Live Tour (droidcon London 2024)
zsmb
1
330
PHP でアセンブリ言語のように書く技術
memory1994
PRO
1
150
Jakarta Concurrencyによる並行処理プログラミングの始め方 (JJUG CCC 2024 Fall)
tnagao7
1
230
飲食業界向けマルチプロダクトを実現させる開発体制とリアルな現状
hiroya0601
1
390
GCCのプラグインを作る / I Made a GCC Plugin
shouth
1
150
Dev ContainersとGitHub Codespacesの素敵な関係
ymd65536
1
120
AWS IaCの注目アップデート 2024年10月版
konokenj
3
3.1k
現場で役立つモデリング 超入門
masuda220
PRO
12
2.9k
/←このスケジュール表に立ち向かう フロントエンド開発戦略 / A front-end development strategy to tackle a single-slash schedule.
nrslib
1
590
Featured
See All Featured
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
7
150
Optimising Largest Contentful Paint
csswizardry
33
2.9k
10 Git Anti Patterns You Should be Aware of
lemiorhan
654
59k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
A designer walks into a library…
pauljervisheath
202
24k
Fireside Chat
paigeccino
32
3k
Practical Orchestrator
shlominoach
186
10k
The Language of Interfaces
destraynor
154
24k
GraphQLの誤解/rethinking-graphql
sonatard
66
9.9k
Designing Experiences People Love
moore
138
23k
The World Runs on Bad Software
bkeepers
PRO
65
11k
The Cult of Friendly URLs
andyhume
78
6k
Transcript
how React may change mobile app development NATIVE! REACT
build mobile apps using JavaScript
build apps using React
why?
REACT NATIVE NATIVE ➔ Platform-aware Teams ➔ Proprietary Platform ➔
Compile and Wait ➔ Imperative APIs ➔ Unified Teams ➔ Open Source ➔ Reload and Run ➔ Declarative APIs
1. application 2. deploy 3. ecosystem a better….
how?
1. learn JavaScript 2. learn React 3. learn React Native
basics
an application is a complex system of components
state is just a moment of a component in our
app
state1 → user action → state2
react just abstracts it out for you.
and react native abstracts mobile app development.
cases
SoundCloud Pulse Discord
Facebook Facebook Groups
Learn once, write anywhere. ” ” Tom Occhino, React Native:
Bringing modern web techniques to mobile
???
react is awesome. THANK YOU