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
450
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
AIツールでどこまでデザインを忠実に実装できるのか
oikon48
6
3.5k
大規模サーバーレスAPIの堅牢性・信頼性設計 〜AWSのベストプラクティスから始まる現実的制約との向き合い方〜
maimyyym
10
5k
物体検出モデルでシイタケの収穫時期を自動判定してみた。 #devio2025
lamaglama39
0
240
事業開発におけるDify活用事例
kentarofujii
3
900
ガバメントクラウドの概要と自治体事例(名古屋市)
techniczna
3
240
OpenTelemetry が拡げる Gemini CLI の可観測性
phaya72
2
580
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
940
Performance Insights 廃止から Database Insights 利用へ/transition-from-performance-insights-to-database-insights
emiki
0
320
[Codex Meetup Japan #1] Codex-Powered Mobile Apps Development
korodroid
2
1k
技育祭2025【秋】 企業ピッチ/登壇資料(高橋 悟生)
hacobu
PRO
0
120
LLMアプリの地上戦開発計画と運用実践 / 2025.10.15 GPU UNITE 2025
smiyawaki0820
2
670
LLMプロダクトの信頼性を上げるには?LLM Observabilityによる、対話型音声AIアプリケーションの安定運用
ivry_presentationmaterials
0
640
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
55
9k
We Have a Design System, Now What?
morganepeng
53
7.8k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
10
880
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Bash Introduction
62gerente
615
210k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
230
22k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Code Review Best Practice
trishagee
72
19k
Embracing the Ebb and Flow
colly
88
4.9k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
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!