31
Unlocking Mobile for Web Developers Bartol Karuza @bartolkaruza

Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

  • Upload
    others

  • View
    4

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Unlocking Mobile for Web Developers

Bartol Karuza@bartolkaruza

Page 2: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

A brief recent history of Mobile

Page 3: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

2011

Page 4: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753
Page 5: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Native Mobile

Page 6: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

WebSencha

Phonegap

...

Appcelerator

Native

...

Xamarin CrossPlatform

Page 7: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753
Page 8: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753
Page 9: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Native, Native, Native ...

Page 10: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753
Page 11: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753
Page 12: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Front-end Mobile

Back-end

Page 13: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

any application that can be written in JavaScript, will eventually be written in JavaScript

Atwood’s Law

Page 14: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

2015

Page 15: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753
Page 16: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Front-end Mobile

Back-end

Page 17: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

What’s Different?

Traction

Page 18: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

HTML5 Xcode

React Native Android software development

Data source: Google Trends (www.google.com/trends).

Page 19: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Startups?

Page 20: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

TECHRenderers

React

react-dom

react-native native views

react-vr

Page 21: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

React Native PackagerMobile App

Packager

Native Code

JS Core

Chrome

Chrome Dev Tools

Layout instructions +View updates

JS Bundle

Debug Instructions

Compile

Page 22: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

JSX

Page 23: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Styling

Page 24: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Layout

Page 25: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Unit Testing

Page 26: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Animations

Live

Page 27: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Best PracticeKeep it simple, keep it JS

(as much as possible)

Page 28: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Best PracticeDon’t assume performance;

measure and optimize

Page 29: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Best PracticeRun on both Android and iOS

as often as you can

Page 30: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Best Practice

Contribute back to the community

Page 31: Unlocking Mobile for @bartolkaruza Web Developers Bartol ... Karuza - Unlocking Mobile for... · react-native A framework for building native apps with React. JavaScript V 13,753

Thank you

Bartol Karuza@bartolkaruza