• Complain

Bonnie Eisenman - Learning React Native

Here you can read online Bonnie Eisenman - Learning React Native full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2017, publisher: OReilly Media, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Bonnie Eisenman Learning React Native
  • Book:
    Learning React Native
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2017
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Learning React Native: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Learning React Native" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Get a practical introduction to React Native, the JavaScript framework for writing and deploying fully featured mobile apps that render natively. The second edition of this hands-on guide shows you how to build applications that target iOS, Android, and other mobile platforms instead of browsersapps that can access platform features such as the camera, user location, and local storage.

Through code examples and step-by-step instructions, web developers and frontend engineers familiar with React will learn how to build and style interfaces, use mobile components, and debug and deploy apps. Youll learn how to extend React Native using third-party libraries or your own Java and Objective-C libraries.

  • Understand how React Native works under the hood with native UI components
  • Examine how React Natives mobile-based components compare to basic HTML elements
  • Create and style your own React Native components and applications
  • Take advantage...
  • Bonnie Eisenman: author's other books


    Who wrote Learning React Native? Find out the surname, the name of the author of the book and a list of all author's works by series.

    Learning React Native — read online for free the complete book (whole text) full work

    Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Learning React Native" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make
    Learning React Native

    by Bonnie Eisenman

    Copyright 2018 Bonnie Eisenman. All rights reserved.

    Printed in the United States of America.

    Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

    OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://oreilly.com/safari). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

    • Editor: Meg Foley
    • Production Editor: Nicholas Adams
    • Copyeditor: Rachel Monaghan
    • Proofreader: Gillian McGarvey
    • Indexer: Judith McConville
    • Interior Designer: David Futato
    • Cover Designer: Karen Montgomery
    • Illustrator: Rebecca Demarest
    • December 2015: First Edition
    • November 2017: Second Edition
    Revision History for the Second Edition
    • 2017-10-23: First Release

    See http://oreilly.com/catalog/errata.csp?isbn=9781491989142 for release details.

    The OReilly logo is a registered trademark of OReilly Media, Inc. Learning React Native, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

    While the publisher and the author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

    978-1-491-98914-2

    [LSI]

    Preface

    This book is an introduction to React Native, Facebooks JavaScript framework for building mobile applications. Using your existing knowledge of JavaScript and React, youll be able to build and deploy fully featured mobile applications for both iOS and Android that truly render natively. There are plenty of advantages to working with React Native over traditional means of mobile development without needing to sacrifice the native look and feel.

    Well start with the basics and work our way up to creating a full-fledged application with 100% code reuse between iOS and Android. In addition to the essentials of the framework, well discuss how to work beyond it, including how to make use of third-party libraries and even how to write your own Java or Objective-C libraries to extend React Native.

    If youre coming to mobile development from the perspective of a frontend software engineer or web developer, this is the book for you. React Native is a pretty amazing thing, and I hope youre as excited to explore it as I am!

    Prerequisites

    This book is not an introduction to React, in general. Well assume that you have some working knowledge of React. If youre brand new to React, I suggest reading through a tutorial or two before coming back to take the plunge into mobile development. Specifically, you should be familiar with the role of props and state, the component lifecycle, and how to create React components.

    Well also be using some modern JavaScript syntax, as well as JSX. If you arent familiar with these, dont worry; well cover JSX in . These features are essentially 1:1 translations of the JavaScript code youre already accustomed to writing.

    This book focuses on using React Native to write iOS and Android applications, though React Native can also be used to write applications targeting Ubuntu, Windows , and macOS. Linux and Windows users can use React Native to develop Android applications, but in order to write iOS applications, you will need to develop on macOS.

    Conventions Used in This Book

    The following typographical conventions are used in this book:

    Italic

    Indicates new terms, URLs, email addresses, filenames, and file extensions.

    Constant width

    Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords.

    Constant width bold

    Shows commands or other text that should be typed literally by the user.

    Constant width italic

    Shows text that should be replaced with user-supplied values or by values determined by context.

    Tip

    This element signifies a tip or suggestion.

    Note

    This element signifies a general note.

    Warning

    This element indicates a warning or caution.

    Using Code Examples

    Supplemental material (code examples, exercises, etc.) is available for download at https://github.com/bonniee/learning-react-native.

    This book is here to help you get your job done. In general, if example code is offered with this book, you may use it in your programs and documentation. You do not need to contact us for permission unless youre reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing a CD-ROM of examples from OReilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your products documentation does require permission.

    We appreciate, but do not require, attribution. An attribution usually includes the title, author, publisher, and ISBN. For example: Learning React Native, Second Edition, by Bonnie Eisenman (OReilly). Copyright 2018 Bonnie Eisenman, 978-1-491-98914-2.

    If you feel your use of code examples falls outside fair use or the permission given above, feel free to contact us at .

    OReilly Safari
    Note

    Safari (formerly Safari Books Online) is a membership-based training and reference platform for enterprise, government, educators, and individuals.

    Members have access to thousands of books, training videos, Learning Paths, interactive tutorials, and curated playlists from over 250 publishers, including OReilly Media, Harvard Business Review, Prentice Hall Professional, Addison-Wesley Professional, Microsoft Press, Sams, Que, Peachpit Press, Adobe, Focal Press, Cisco Press, John Wiley & Sons, Syngress, Morgan Kaufmann, IBM Redbooks, Packt, Adobe Press, FT Press, Apress, Manning, New Riders, McGraw-Hill, Jones & Bartlett, and Course Technology, among others.

    For more information, please visit http://oreilly.com/safari.

    How to Contact Us

    Please address comments and questions concerning this book to the publisher:

    • OReilly Media, Inc.
    • 1005 Gravenstein Highway North
    • Sebastopol, CA 95472
    • 800-998-9938 (in the United States or Canada)
    • 707-829-0515 (international or local)
    • 707-829-0104 (fax)

    We have a web page for this book, where we list errata, examples, and any additional information. You can access this page at http://bit.ly/learning-react-native-2e.

    To comment or ask technical questions about this book, send email to .

    For more information about our books, courses, conferences, and news, see our website at http://www.oreilly.com

    Next page
    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make

    Similar books «Learning React Native»

    Look at similar books to Learning React Native. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


    Reviews about «Learning React Native»

    Discussion, reviews of the book Learning React Native and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.