-
Book Overview & Buying
-
Table Of Contents
React Native - The Practical Guide
By :
React Native - The Practical Guide
By:
Overview of this book
Mobile apps are one of the best ways to engage with users; no wonder everyone wants to build one! Wouldn’t it be great if you could use your web development knowledge, combined with your React knowledge, to build mobile apps with that? That’s exactly what React Native allows you to do!
No need to learn Java, Android, Swift, Objective-C, or anything else. React and JavaScript is all you need to create awesome native mobile apps that work on both Android and iOS. That’s probably the reason why many global companies are using it to build their mobile apps! With this course, learn to create your own React Native apps, publish them to the Google Play Store and Apple App Store, and dive deep into the React Native ecosystem.
Learn all about the theory behind React Native, its core concepts, how to build responsive designs that work on different device sizes, how to navigate around, use maps and the camera, and so much more! The best way to learn is by building a real app. We will build the “Favorite Places” app in this course, an app where users can share amazing pictures and the location where they took them. This app will allow you to see things such as using maps, the camera, user authentication, connecting to a server, and much more in action.
By the end of this course, you will have developed React Native and JavaScript skills needed to build and deploy responsive mobile applications.
The complete code bundle is available at https://github.com/packtpublishing/react-native---the-practical-guide
Table of Contents (18 chapters)
Getting Started
React Native Basics [Course Goals App]
Debugging React Native Apps (Introduction)
Diving Deeper into Components, Layouts, and Styling - Building a Mini-Game App
Building Adaptive User Interfaces (Adapt to Platform and Device Sizes)
React Native Navigation with React Navigation [Meals App]
App-Wide State Management with Redux and Context API
Time to Practice - The Expense Tracker App
Handling User Input
Sending Http Requests
User Authentication
Using Native Device Features (Camera, Location, and More)
Building React Native Apps without Expo
Publishing React Native Apps
Push Notifications
Course Roundup
Bonus: JavaScript Refresher
Bonus: React.js Refresher