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
110
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
83
Other Decks in Programming
See All in Programming
JavaOne 2025: Advancing Java Profiling
jbachorik
1
310
パスキーのすべて / 20250324 iddance Lesson.5
kuralab
0
120
Coding Experience Cpp vs Csharp - meetup app osaka@9
harukasao
0
110
php-fpm がリクエスト処理する仕組みを追う / Tracing-How-php-fpm-Handles-Requests
shin1x1
5
820
体得しよう!RSA暗号の原理と解読
laysakura
3
530
安全に倒し切るリリースをするために:15年来レガシーシステムのフルリプレイス挑戦記
sakuraikotone
5
2.3k
Fluent UI Blazor 5 (alpha)の紹介
tomokusaba
0
140
Compose Navigation実装の見通しを良くする
hiroaki404
0
180
AI Agents with JavaScript
slobodan
0
110
英語文法から学ぶ、クリーンな設計の秘訣
newnomad
1
270
データベースエンジニアの仕事を楽にする。PgAssistantの紹介
nnaka2992
9
4.2k
コンテナでLambdaをデプロイするときに知っておきたかったこと
_takahash
0
150
Featured
See All Featured
How to Ace a Technical Interview
jacobian
276
23k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Building an army of robots
kneath
304
45k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
28
1.6k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.6k
Building a Modern Day E-commerce SEO Strategy
aleyda
39
7.2k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
25k
Large-scale JavaScript Application Architecture
addyosmani
511
110k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.3k
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