In terms of performance, native apps are faster. Typically, a native app
uses back-end services (REST, Web services, etc.) to retrieve the data
and represent it in the user interface (UI). Whereas in hybrid architec-
ture, server-side components (presentation tier) return HTML markup
which is rendered by a native browser packaged within the app. This
causes additional overhead as compared with pure native applications