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
410
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
AWS Lambdaと歩んだ“サーバーレス”と今後 #lambda_10years
yoshidashingo
1
170
AWS Lambda のトラブルシュートをしていて思うこと
kazzpapa3
2
170
Oracle Cloud Infrastructureデータベース・クラウド:各バージョンのサポート期間
oracle4engineer
PRO
28
12k
個人でもIAM Identity Centerを使おう!(アクセス管理編)
ryder472
3
200
Exadata Database Service on Dedicated Infrastructure(ExaDB-D) UI スクリーン・キャプチャ集
oracle4engineer
PRO
2
3.2k
SREが投資するAIOps ~ペアーズにおけるLLM for Developerへの取り組み~
takumiogawa
1
180
Security-JAWS【第35回】勉強会クラウドにおけるマルウェアやコンテンツ改ざんへの対策
4su_para
0
180
第1回 国土交通省 データコンペ参加者向け勉強会③- Snowflake x estie編 -
estie
0
130
ドメインの本質を掴む / Get the essence of the domain
sinsoku
2
150
スクラムチームを立ち上げる〜チーム開発で得られたもの・得られなかったもの〜
ohnoeight
2
350
誰も全体を知らない ~ ロールの垣根を超えて引き上げる開発生産性 / Boosting Development Productivity Across Roles
kakehashi
1
220
透過型SMTPプロキシによる送信メールの可観測性向上: Update Edition / Improved observability of outgoing emails with transparent smtp proxy: Update edition
linyows
2
210
Featured
See All Featured
RailsConf 2023
tenderlove
29
900
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5k
Docker and Python
trallard
40
3.1k
Optimizing for Happiness
mojombo
376
70k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
Scaling GitHub
holman
458
140k
Unsuck your backbone
ammeep
668
57k
Practical Orchestrator
shlominoach
186
10k
4 Signs Your Business is Dying
shpigford
180
21k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
Producing Creativity
orderedlist
PRO
341
39k
Done Done
chrislema
181
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!