loading

Logout succeed

Logout succeed. See you again!

ebook img

React Native PDF

pages29 Pages
release year2017
file size9.07 MB
languageEnglish

Preview React Native

BRIDGING THE GAP Shared component libraries between
 React & React Native Thibault Maekelbergh React (Native) Developer React Native Web / Agenda Agenda of this talk Current state of React • Dive-in react-native-web • Sharing component libraries • Conclusion • CURRENT REACT.STATE How does React compare to React Native? How do we create our applications? React Native Web / Current React.State We went from writing code 3 times (Web, iOS, Android) to writing code 2 times (Web & Mobile), yet produce almost identical code for Web & Mobile components. Leland Richardson (Airbnb), React Primitives (Chain React 2017) React Native Web / Current React.State React React Native React Native Web / Current React.State React Native Web / Current React.State REACT REACT NATIVE <TouchableHighlight !/> <span !/> <input !/> <FlatList !/> <Text !/> <ul !/> <div !/> <SectionList !/> REACT REACT NATIVE <h1 !/> <button !/> <View !/> <iframe !/> <TextInput !/> <img !/> <span !/> <Image !/> <WebView !/> <TouchableHighlight !/> <span !/> <input !/> <FlatList !/> <Text !/> <ul !/> <div !/> <SectionList !/> REACT REACT NATIVE <h1 !/> <button !/> <View !/> <iframe !/> <TextInput !/> <img !/> <span !/> <Image !/> <WebView !/>

See more

The list of books you might like