Understanding hybrid app frameworks
There are so many different types of frameworks for mobile apps that we can’t use them all. Before we outline our favourite ones, let’s briefly highlight some concepts you need to understand about mobile app frameworks for hybrid apps.
Firstly we have frameworks using web technology. A hybrid app based on web technology is loaded, rendered and accessed by the browser available on the device. It is simply a website imitating the behaviour of an app. This way you only have to build one app to work on different platforms, which saves you time and resources. However, since the app is web-based, it can be less performant and you won’t have access to all the hardware features a native app has access to.
Next to web-based hybrid apps, there are also frameworks that let you develop a native app with one codebase. These hybrid apps are developed in non-native syntax. The framework compiles/transpiles the codebase to a native application that runs on both platforms.
Now let’s take a closer look at 3 of the mobile app frameworks we work with the most, supported by cool example cases!