Rafael Blanquer
3 min
05/30/2022
In the last two decades, the digital market has been focusing on websites. With the arrival of smartphones, we discovered a new world of features and functionalities. The cell phone quickly established itself as a must-have device in the digital world.
In this revolution some problems also arose; web browsing had not been designed for mobile. In general, it was slow and the user experience degraded as the complexity of web pages increased.
The ecosystem of mobile applications grew, it was possible to build applications faster and with more functionalities but their development was complex and expensive.
In 2012 we were at a point where mobile development had become focused on the web and we needed to find a better way to build mobile solutions.
In 2012 Mark Zuckerberg commented, "The biggest mistake we made as a company was betting too much on HTML as opposed to native".
In 2015 Facebook released the first version of React Native (RN) the goal was a new mobile development technology that will facilitate development and user experience.
It is a mobile development platform, where its strengths are:
Progressive Web Apps are a set of technologies similar to RN with the goal of bringing together the best of web and native apps. To do this, they use APIs to access native modules and different strategies to provide the best possible user experience.
The difference from a RN is that it is web-based, while with RN can generate native code, thus allowing higher performance.
Expo is a set of tools, libraries and services to develop native applications written in Javascript based on React Native.
It also provides you with a set of services such as the Push Notification, updates in the cloud (OTA), credential management and publication in stores...
They have achieved a more universal, accessible and powerful mobile development solution.
React Native is a mature technology to rely on for your mobile apps. Expo should be your first option if you consider a project with React Native,it is a solution that is constantly growing and that increasingly reduces the gap with native development.
¡Try it out!