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 Dev Tools
Search
Connor McEwen
March 03, 2016
Technology
0
430
React Native Dev Tools
Overview of React Native dev tools as of March 2016
Connor McEwen
March 03, 2016
Tweet
Share
More Decks by Connor McEwen
See All by Connor McEwen
A Year With React Native
cmcewen
0
110
Cross-Platform React Native
cmcewen
0
56
Other Decks in Technology
See All in Technology
20250326_管理ツールの権限管理で改善したこと
sasata299
0
220
AIエージェントキャッチアップと論文リサーチ
os1ma
6
1.1k
Redefine_Possible
upsider_tech
0
200
技術的負債を正しく理解し、正しく付き合う #phperkaigi / PHPerKaigi 2025
shogogg
7
1.7k
3/26 クラウド食堂LT #2 GenU案件を通して学んだ教訓 登壇資料
ymae
1
180
DIってなんだか難しい? 依存という概念を「使う・使われる」 という言葉で整理しよう
akinoriakatsuka
1
760
20250328_OpenAI製DeepResearchは既に一種のAGIだと思う話
doradora09
PRO
0
130
Cloud Native PG 使ってみて気づいたことと最新機能の紹介 - 第52回PostgreSQLアンカンファレンス
seinoyu
0
160
セマンティックレイヤー入門
ikkimiyazaki
8
2.5k
ソフトウェア開発におけるインターフェイスという考え方 / PHPerKaigi 2025
k1low
9
3.8k
ISUCONにPHPで挑み続けてできるようになっ(てき)たこと / phperkaigi2025
blue_goheimochi
0
130
Road to SRE NEXT@仙台 IVRyの組織の形とSLO運用の現状
abnoumaru
0
340
Featured
See All Featured
Build your cross-platform service in a week with App Engine
jlugia
229
18k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
134
33k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Gamification - CAS2011
davidbonilla
80
5.2k
Java REST API Framework Comparison - PWX 2021
mraible
29
8.5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.6k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
490
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
How GitHub (no longer) Works
holman
314
140k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
117
51k
Transcript
React Native Dev Tools Connor McEwen
About Me github.com/cmcewen twitter.com/connormcewen
Status Quo of App Dev • Long waits for updates
• Compiled languages • Proprietary layout • Proprietary IDEs
A Whole New World Powered by Javascript
Instant Updates
How it works • Your app is launched • App
checks some server to see if there is a new JS bundle • Download that bundle • Load the new bundle (immediately, or the next time your app is started)
Services • Open Source • Startup • Charges for hosted
service • Open Source • Microsoft • “Free while in beta”
DIY https://github.com/aerofs/react-native-auto-updater
Why is this so cool? • No waiting for reviews
• Incremental rollouts (5% to test for bugs, etc) • A/B testing • Narrows the gap between web + mobile
Even easier • No RN project necessary - just JS
• Publish to the app store + updates • Charges based on userbase
One step further…
App Browsers Exponent RN Playground • Host JS bundles at
a URL • Download and run bundles in native apps
IDEs
Nuclide - Facebook’s IDE “A unified developer experience for web
and mobile development, built as a suite of packages on top of Atom…”
Visual Studio Code “You can debug your code, quickly run
react- native commands from the command palette and use IntelliSense to browse objects, functions and parameters for React Native APIs.”
“Build incredible mobile apps in less time.”
Exponent + Siphon Both provide the ability to load local
javascript onto a device quickly to develop off of
Realm - client database “We’ve built a full database for
mobile app developers, one that uses native JavaScript objects…”
Data Fetching Redux
Data Fetching “Instant GraphQL Backend for Your React Apps”
rnpm
Final Thoughts • What a time to be alive! •
What is the equivalent of universal JS for RN? • How do companies make money on a heavy open source ecosystem?
Thanks!