Cargando…

React Native for mobile development : harness the power of React Native to create stunning iOS and Android applications /

Develop native iOS and Android apps with ease using React Native. Learn by doing through an example-driven approach, and have a substantial running app at the end of each chapter. This second edition is fully updated to include ES7 (ECMAScript 7), the latest version of React Native (including Redux)...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Paul, Akshat (Autor), Nalwaya, Abhishek (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, [2019]
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1104533353
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 190614s2019 caua ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d EBLCP  |d LQU  |d OCLCF  |d GW5XE  |d UKMGB  |d UMI  |d DCT  |d VT2  |d UPM  |d LEATE  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d UKAHL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB9B1860  |2 bnb 
016 7 |a 019438219  |2 Uk 
019 |a 1104714607  |a 1106167232  |a 1108874682  |a 1110859949  |a 1115072806  |a 1122812138  |a 1126135643 
020 |a 9781484244548  |q (electronic bk.) 
020 |a 1484244540  |q (electronic bk.) 
020 |a 1484244532 
020 |a 9781484244531 
020 |a 9781484244555  |q (print) 
020 |a 1484244559 
020 |z 9781484244531 
024 7 |a 10.1007/978-1-4842-4454-8  |2 doi 
024 8 |a 10.1007/978-1-4842-4 
029 1 |a AU@  |b 000065398690 
029 1 |a AU@  |b 000067090347 
029 1 |a AU@  |b 000067556111 
029 1 |a UKMGB  |b 019438219 
035 |a (OCoLC)1104533353  |z (OCoLC)1104714607  |z (OCoLC)1106167232  |z (OCoLC)1108874682  |z (OCoLC)1110859949  |z (OCoLC)1115072806  |z (OCoLC)1122812138  |z (OCoLC)1126135643 
037 |a com.springer.onix.9781484244548  |b Springer Nature 
050 4 |a QA76.76.A65 
072 7 |a COM  |x 051230  |2 bisacsh 
072 7 |a UMW  |2 bicssc 
072 7 |a UMW  |2 thema 
082 0 4 |a 005.1  |2 23 
049 |a UAMI 
100 1 |a Paul, Akshat,  |e author. 
245 1 0 |a React Native for mobile development :  |b harness the power of React Native to create stunning iOS and Android applications /  |c Akshat Paul and Abhishek Nalwaya. 
250 |a Second edition. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c [2019] 
264 4 |c ©2019 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
504 |a Includes bibliographical references and index. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed June 17, 2019). 
505 0 |a Intro; Table of Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Learning the Basics: A Whistle-Stop Tour of React; Why React?; Virtual DOM; One-Way Data Flow; Installation and Setup; Create a Hello World Application; Introduction to Components; Deep-Dive into Components; Properties; State; Summary; Chapter 2: The Simplest Program: Hello World with React Native; What Is React Native?; Installation; Installing Node and npm; Installing the React Native Package; Updating React Native; Your First App; Creating a Basic Skeleton 
505 8 |a Prerequisites for Running App on a SimulatorRunning the App on a Simulator; It's Not a UIWebView; Enabling Live Reload; What Makes React Native Different?; Ejecting a React Native Application; Debugging; Reload; Debugging in Chrome; Debugging in Safari; Showing Performance Monitor; The Inspect Element; Summary; Chapter 3: Solving Problems Differently with Flux and Redux; MVC Pattern; Flux; Success of Flux; Flux Deep Dive; The Dispatcher; The Need for Dispatcher [dispatch() and waitFor()]; Stores; Actions; Redux; Redux Core Concepts; Action; Reducer; Store; Redux with React Native 
505 8 |a Working with the ComponentsSummary; Chapter 4: Canvas, Brush, and Paint: Working with the User Interface; React Navigation; NavigatorIOS; Flexbox; flexDirection; Flex; Images; TouchableHighlight; ListView; ScrollView; vs. ; Animations; Summary; Chapter 5: Exploring Device Capabilities; MapView and GeoLocation; Reviewing the GeoLocationMap Code; Adding Annotation on a Map; Displaying the Latitude and Longitude of the Current Location; AsyncStorage; Reviewing the AsyncStorage Code; Native Alert; Reviewing the NativeAlert Code; Extending the NativeAlert Example; WebView 
505 8 |a Reviewing the WebView CodeDeep Linking; Summary; Chapter 6: Communicating with Servers; XMLHttpRequest; WebSocket; Fetch; Getting Data from a Server; Saving Data to a Server; Summary; Chapter 7: Native Bridging in React Native; Native Bridge; Prerequisites for the Example; iOS Native Bridge; Native Bridge for Android; Summary; Chapter 8: Testing; Flow; Benefits of Using Flow; Jest; Jest with React Native; Snapshot Testing with Jest; Summary; Chapter 9: Getting Ready for the World; Apple Developer Account; Google Play Console; iOS Build Process; Create a CSR File 
505 8 |a Generating iOS .ipa(iPhone Application Archive)Generating Android .apk(Android application package); Beta Testing with TestFlight; Summary; Chapter 10: The Ecosystem: Extending React Native; Popular React Native Libraries; UI; Styled-components; Lottie-react-native; React-native-vector-icons; Forms; Formik; Redux-form; Type Checking and Linting; ESLint; Prop-types; Flow; Testing; Jest; Enzyme; Chai; Mocha; Interacting with APIs and Back End; Axios; Apollo; React-native-firebase; Routing; React Router; React Navigation; Utilities; Lodash; Ramda; Moment; Reselect; Validate.js 
520 |a Develop native iOS and Android apps with ease using React Native. Learn by doing through an example-driven approach, and have a substantial running app at the end of each chapter. This second edition is fully updated to include ES7 (ECMAScript 7), the latest version of React Native (including Redux), and development on Android. You will start by setting up React Native and exploring the anatomy of React Native apps. You'll then move on to Redux data flow, how it differs from flux, and how you can include it in your React Native project to solve state management differently and efficiently. You will also learn how to boost your development by including popular packages developed by the React Native community that will help you write less; do more. Finally, you'll learn to how write test cases using Jest and submit your application to the App Store. React Native challenges the status quo of native iOS and Android development with revolutionary components, asynchronous execution, unique methods for touch handling, and much more. This book reveals the the path-breaking concepts of React.js and acquaints you with the React way of thinking so you can learn to create stunning user interfaces. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a iOS (Electronic resource) 
630 0 7 |a iOS (Electronic resource)  |2 fast 
650 0 |a Application software  |x Development. 
650 0 |a Mobile apps. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Applications mobiles. 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Mobile apps  |2 fast 
700 1 |a Nalwaya, Abhishek,  |e author. 
776 0 8 |i Print version:  |a Paul, Akshat.  |t React Native for Mobile Development : Harness the Power of React Native to Create Stunning IOS and Android Applications.  |d Berkeley, CA : Apress L.P., ©2019  |z 9781484244531 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484244548/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH36436193 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5788964 
938 |a EBSCOhost  |b EBSC  |n 2159692 
994 |a 92  |b IZTAP