In this episode, we’ll focus on modern mobile app development, while using React Native.Â
In the previous episode, we reviewed “React“ which is the number one web framework for 2021. Today we will be focusing on modern mobile app development technologies and React Native.Â
The lesson includes a small demo React Native mobile app, which defines a JSX component and renders it in the Web browser.Â
For front-end and client-side app development, mobile apps are important. To build our mobile application we need to combine development principles, concepts, platforms, technologies, frameworks, libraries, and tools. In this lesson, we will be reviewing the two major mobile app platforms that dominate the markets.
Â
They are Android and ioS. Each one of them has its perks:Â
- Android devices are less expensive compared to iOS devices. They also provide more freedom and options for developers.Â
- iOS devices are slightly less popular, despite their high price. This market is more profitable because most apps follow a paid model.Â
Mobile app development technologies are split into several categories: Android, iOS, and Hybrid. We have talked about the first two, but what are Hybrid technologies? They are based on JavaScript and HTML5 using an embedded Web browser. There are more mobile app dev technologies, but those are the well-known ones we will be talking about.Â
Lesson Topics
- Mobile App TechnologiesÂ
- Overview Live Demo – Summator