sony lazuardi native mobile app with javascript

22
NATIVE MOBILE APP WITH JAVASCRIPT PHP Indonesia March 26 st 2015

Upload: php-indonesia

Post on 12-Apr-2017

347 views

Category:

Technology


3 download

TRANSCRIPT

Page 1: Sony lazuardi   native mobile app with javascript

NATIVE MOBILE APPWITH JAVASCRIPT

PHP IndonesiaMarch 26st 2015

Page 2: Sony lazuardi   native mobile app with javascript

SONNY LAZUARDIFrontend Engineer @

@sonnylazuardisonnylab.com

github.com/sonnylazuardi

Page 3: Sony lazuardi   native mobile app with javascript

REACT.ID

Page 4: Sony lazuardi   native mobile app with javascript
Page 5: Sony lazuardi   native mobile app with javascript

BACKGROUND

Page 6: Sony lazuardi   native mobile app with javascript

NATIVE MOBILE APP DEVELOPMENT IS HARD

No Code Sharing

Low Iteration

Speed

Hard To Scale

https://speakerdeck.com/frantic/react-native-tutorial-nyc-15

Page 7: Sony lazuardi   native mobile app with javascript

WEB APP DEVELOPMENT IS EASY

R

Page 8: Sony lazuardi   native mobile app with javascript

HYBRID APP

Page 9: Sony lazuardi   native mobile app with javascript

NATIVE APPSWHYARE GREAT?

ComplexGestures &

SmoothAnimations

Fast,Responsive

ConsistentWith the platform

https://speakerdeck.com/frantic/react-native-tutorial-nyc-15

Page 10: Sony lazuardi   native mobile app with javascript

REACT NATIVE

Page 11: Sony lazuardi   native mobile app with javascript

JAVASCRIPT IS FASTTHE DOM IS SLOW

Page 12: Sony lazuardi   native mobile app with javascript

DOM

Page 13: Sony lazuardi   native mobile app with javascript

UIKIT

Page 14: Sony lazuardi   native mobile app with javascript

REACT NATIVE

WRITE ONCERUN ANYWHERE

Page 15: Sony lazuardi   native mobile app with javascript

REACT NATIVE

LEARN ONCEWRITE ANYWHERE

Page 16: Sony lazuardi   native mobile app with javascript

REACT NATIVECOMPONENT

<div> <View>

Browser DOM

Native Component

<img>

<Image><span

><Text><ScrollView><MapView><TabBar>

Page 17: Sony lazuardi   native mobile app with javascript

REACT NATIVESTYLING

Page 18: Sony lazuardi   native mobile app with javascript

REACT NATIVESETUP

• Requirements• OSX• Node 4.0 or newer• Watchman

• Installing React Native CLI

npm install –g react-native-cli

• Starting React Native Project

react-native init ProjectName

Page 19: Sony lazuardi   native mobile app with javascript

ANDROIDSETUP

• Install JDK• Install Android SDK

brew install android-sdk

• Add Android SDK path to your ~/.bashrc, ~/.zshrc

export ANDROID_HOME=/usr/local/opt/android-sdk

Page 20: Sony lazuardi   native mobile app with javascript
Page 21: Sony lazuardi   native mobile app with javascript

Deploy code updates directly to users

No more waitingApp store approval

FAST ITERATION

Page 22: Sony lazuardi   native mobile app with javascript

LIVE DEMOhttps://github.com/sonnylazuardi/phpindonesia-react-native

REACT.ID/PHPINDONESIA