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
NSOutlineView何もわからん:( 前編 / I Don't Understand About NSOutlineView :( Pt. 1
usagimaru
0
330
Click-free releases & the making of a CLI app
oheyadam
2
110
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
1
100
3rd party scriptでもReactを使いたい! Preact + Reactのハイブリッド開発
righttouch
PRO
1
600
Jakarta EE meets AI
ivargrimstad
0
540
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
1
290
ペアーズにおけるAmazon Bedrockを⽤いた障害対応⽀援 ⽣成AIツールの導⼊事例 @ 20241115配信AWSウェビナー登壇
fukubaka0825
6
1.9k
Jakarta Concurrencyによる並行処理プログラミングの始め方 (JJUG CCC 2024 Fall)
tnagao7
1
290
What’s New in Compose Multiplatform - A Live Tour (droidcon London 2024)
zsmb
1
470
Arm移行タイムアタック
qnighy
0
320
とにかくAWS GameDay!AWSは世界の共通言語! / Anyway, AWS GameDay! AWS is the world's lingua franca!
seike460
PRO
1
860
色々なIaCツールを実際に触って比較してみる
iriikeita
0
330
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
180
21k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Unsuck your backbone
ammeep
668
57k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Music & Morning Musume
bryan
46
6.2k
Navigating Team Friction
lara
183
14k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
What's new in Ruby 2.0
geeforr
343
31k
Teambox: Starting and Learning
jrom
133
8.8k
The Invisible Side of Design
smashingmag
298
50k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
860
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