If you already know React, then React Native is a great way to build mobile apps for iOS and Android. Of course, web and mobile apps are very different to build — but this course serves as your guide.
In this course, we’ll build a mobile app from start to release with React Native for both iOS and Android. Prior React experience is required, but you don’t have to know anything about mobile development to participate.
Throughout the course, we’ll be building a “Restaurant Review” app. We’ll use all the standard mobile UI elements like text, images, form inputs, buttons, scroll views, and icons, and we’ll show several navigation techniques like push, modal, and tabs. The app will make HTTP API calls to a server and will store data on the device with AsyncStorage. Finally, we’ll specify a custom app icon and splash screen, deploy the app to a physical device, and prepare the app for release to the App Store and Play Store or for ad-hoc release.
Really good pace and very informative. I also like the fact that a few more information was passed along that was not directly relevant to the topic such as the package.json entry for using absolute paths. If I would have to offer something for this course is that either here or in your next courses, add such extra info that can make some developer's day.
Everything is explained perfectly. I also liked that it covered everything 'from-cradle-to-grave' of the development lifecycle of and ios/android application
A bit more explanations in certain sections considering this course is for developers new to building Apps.
Amazing course, highly recommend and will definitely has it as a reference when I need it
Would love an updated version with hooks!
I liked that he built a real life app and that he shows how to run the app in physical devices.
The only thing is I this course and code is a little outdated
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.