Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Intro to React Native

Avatar for Richard Kho Richard Kho
December 18, 2015

Intro to React Native

Avatar for Richard Kho

Richard Kho

December 18, 2015
Tweet

Other Decks in Programming

Transcript

  1. + =

  2. • Uses native SDK components • Feels like a native

    application, not a wrapper for a webview
  3. The Benefits • Accessible for front-end engineers • Support for

    native modules • Polyfill JS libraries from the web • Live reloading
  4. The Benefits • Accessible for front-end engineers • Support for

    native modules • Polyfill JS libraries from the web • Live reloading
  5. The Benefits • Accessible for front-end engineers • Support for

    native modules • Polyfill JS libraries from the web • Live reloading
  6. The Benefits • Accessible for front-end engineers • Support for

    native modules • Polyfill JS libraries from the web • Live reloading
  7. The Benefits • Accessible for front-end engineers • Support for

    native modules • Polyfill JS libraries from the web • Live reloading
  8. • No Windows support • Android is still very early

    • Separate UIs for Android + iOS mean lots of code duplication • Lots of core functionality depends on open source community
  9. Takeaways • Easy to get started because it felt like

    building for the web • Because it uses native iOS and Android components from their SDK, it performs the way you’d expect a native application to perform • Empowered me to jump into mobile development