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
84
Other Decks in Programming
See All in Programming
Comparing decimals in Swift Testing
417_72ki
0
160
PHPUnitの限界をPlaywrightで補完するテストアプローチ
yuzneri
0
380
MySQL9でベクトルカラム登場!PHP×AWSでのAI/類似検索はこう変わる
suguruooki
1
280
Jakarta EE Meets AI
ivargrimstad
0
610
QA x AIエコシステム段階構築作戦
osu
0
240
一人でAIプロダクトを作るための工夫 〜技術選定・開発プロセス編〜 / I want AI to work harder
rkaga
4
720
それ CLI フレームワークがなくてもできるよ / Building CLI Tools Without Frameworks
orgachem
PRO
17
3.7k
技術的負債で信頼性が限界だったWordPress運用をShifterで完全復活させた話
rvirus0817
0
360
React 使いじゃなくても知っておきたい教養としての React
oukayuka
18
5.4k
Flutter로 Gemini와 MCP를 활용한 Agentic App 만들기 - 박제창 2025 I/O Extended Seoul
itsmedreamwalker
0
110
Scale out your Claude Code ~自社専用Agentで10xする開発プロセス~
yukukotani
8
1.4k
No Install CMS戦略 〜 5年先を見据えたフロントエンド開発を考える / no_install_cms
rdlabo
0
460
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
56
5.7k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Code Reviewing Like a Champion
maltzj
524
40k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
The Cult of Friendly URLs
andyhume
79
6.5k
RailsConf 2023
tenderlove
30
1.2k
Statistics for Hackers
jakevdp
799
220k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
880
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
YesSQL, Process and Tooling at Scale
rocio
173
14k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
The Language of Interfaces
destraynor
158
25k
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