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
440
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
57
Other Decks in Technology
See All in Technology
FOSS4G 2025 KANSAI QGISで点群データをいろいろしてみた
kou_kita
0
390
AI専用のリンターを作る #yumemi_patch
bengo4com
5
4.2k
OSSのSNSツール「Misskey」をさわってみよう(右下ワイプで私のOSCの20年を振り返ります) / 20250705-osc2025-do
akkiesoft
0
150
Understanding_Thread_Tuning_for_Inference_Servers_of_Deep_Models.pdf
lycorptech_jp
PRO
0
180
AIの全社活用を推進するための安全なレールを敷いた話
shoheimitani
2
490
さくらのIaaS基盤のモニタリングとOpenTelemetry/OSC Hokkaido 2025
fujiwara3
3
400
論文紹介:LLMDet (CVPR2025 Highlight)
tattaka
0
310
Zephyr RTOSを使った開発コンペに参加した件
iotengineer22
1
200
Glacierだからってコストあきらめてない? / JAWS Meet Glacier Cost
taishin
1
160
プライベートクラウドでの効率的な証明書配布戦略 / Efficient Certificate Distribution Strategy in Private Cloud
lycorptech_jp
PRO
0
110
20250705 Headlamp: 專注可擴展性的 Kubernetes 用戶界面
pichuang
0
250
生成AI時代の開発組織・技術・プロセス 〜 ログラスの挑戦と考察 〜
itohiro73
1
440
Featured
See All Featured
Documentation Writing (for coders)
carmenintech
72
4.9k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Faster Mobile Websites
deanohume
307
31k
Typedesign – Prime Four
hannesfritz
42
2.7k
A Tale of Four Properties
chriscoyier
160
23k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
Speed Design
sergeychernyshev
32
1k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Making Projects Easy
brettharned
116
6.3k
We Have a Design System, Now What?
morganepeng
53
7.7k
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!