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
快速入門可觀測性
blueswen
0
360
htmxって知っていますか?次世代のHTML
hiro_ghap1
0
330
Zoneless Testing
rainerhahnekamp
0
120
testcontainers のススメ
sgash708
1
120
RWC 2024 DICOM & ISO/IEC 2022
m_seki
0
210
Spatial Rendering for Apple Vision Pro
warrenm
0
110
創造的活動から切り拓く新たなキャリア 好きから始めてみる夜勤オペレーターからSREへの転身
yjszk
1
130
【re:Growth 2024】 Aurora DSQL をちゃんと話します!
maroon1st
0
770
Beyond ORM
77web
5
680
Итераторы в Go 1.23: зачем они нужны, как использовать, и насколько они быстрые?
lamodatech
0
770
見えないメモリを観測する: PHP 8.4 `pg_result_memory_size()` とSQL結果のメモリ管理
kentaroutakeda
0
330
ブラウザ単体でmp4書き出すまで - muddy-web - 2024-12
yue4u
3
470
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
88
5.7k
Typedesign – Prime Four
hannesfritz
40
2.4k
Code Reviewing Like a Champion
maltzj
520
39k
Adopting Sorbet at Scale
ufuk
73
9.1k
GitHub's CSS Performance
jonrohan
1030
460k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.2k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
The World Runs on Bad Software
bkeepers
PRO
65
11k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
520
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.2k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
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