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

Sneak Preivew of React Native

Jeremy Lu
March 05, 2015

Sneak Preivew of React Native

This is the talk I gave on Mar. 5 at Taipei Javascript meetup on react native with quick live demos.

Later it was revised and presented at JS geeks meetup on Mar. 12.

and later heavily revised again and presented on Mar. 18 at reactjs.tw group meetup.

Jeremy Lu

March 05, 2015
Tweet

More Decks by Jeremy Lu

Other Decks in Technology

Transcript

  1. Battle Tested? - Facebook Groups App - Facebook Ad. Manager

    App In short, Facebook is dog fooding itself
  2. Native UI No WebView No HTML 60fps at all times

    Buttery smooth responsiveness
  3. Flexbox for Layout - Flexbox reimplemented in JS/iOS/Android - github.com/facebook/css-layout

    searchBar: { marginTop: 64, flexDirection: 'row', alignItems: 'center', },