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
Goss: Faiss向けの新しい本番環境対応 Goバインディング #coefl_go_jp
bengo4com
0
1.4k
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.6k
実践アプリケーション設計 ②トランザクションスクリプトへの対応
recruitengineers
PRO
4
840
生成AI利用プログラミング:誰でもプログラムが書けると 世の中どうなる?/opencampus202508
okana2ki
0
200
夢の印税生活 / Life on Royalties
tmtms
0
290
『FailNet~やらかし共有SNS~』エレベーターピッチ
yokomachi
1
130
アジャイルテストで高品質のスプリントレビューを
takesection
0
130
制約理論(ToC)入門
recruitengineers
PRO
7
2.8k
Webアクセシビリティ入門
recruitengineers
PRO
2
900
開発と脆弱性と脆弱性診断についての話
su3158
1
1.2k
トヨタ生産方式(TPS)入門
recruitengineers
PRO
4
900
ZOZOTOWNフロントエンドにおけるディレクトリの分割戦略
zozotech
PRO
18
5.7k
Featured
See All Featured
RailsConf 2023
tenderlove
30
1.2k
Typedesign – Prime Four
hannesfritz
42
2.8k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
How to Think Like a Performance Engineer
csswizardry
25
1.8k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Fireside Chat
paigeccino
39
3.6k
Making Projects Easy
brettharned
117
6.3k
Speed Design
sergeychernyshev
32
1.1k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
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!