Learning React Native (2nd Ed.)
Building Native Mobile Apps with JavaScript

Author:

Language:
Cover of the book Learning React Native

Subjects for Learning React Native

Approximative price 66.99 €

In Print (Delivery period: 14 days).

Add to cartAdd to cart
Publication date:
242 p. · 18x23.2 cm · Paperback
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 browsers—apps 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. You’ll 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 Native’s mobile-based components compare to basic HTML elements
- Create and style your own React Native components and applications
- Take advantage of platform-specific APIs, as well as modules from the framework’s community
- Incorporate platform-specific components into cross-platform apps
- Learn common pitfalls of React Native development, and tools for dealing with them
- Combine a large application’s many screens into a cohesive UX
- Handle state management in a large app with the Redux library