DEV Community

Cover image for Recent experience with Cordova
Adi Sk
Adi Sk

Posted on • Originally published at simplestweb.in

2

Recent experience with Cordova

Hi All, I am Adi.

I wanted to share with you my recent experience with the Cordova on a client project.
Recently I picked up a client project, it was relatively simple, no crunching large sets of data in the app, not many apis and it was pretty much text all throughout the app. These are what I like to call 'Informative apps', they just present user with info about an entity or a topic.

Since this was a simple app I decided to use Cordova and Vue for managing the JavaScript logic. I made a prototype in about a day’s time and over a weekend I had something I could show my client and get reviewed. Within about a week I was half way to 1.0, I am not sure which other sdk or framework could have given me such results.

Common features like push-notifications, native db and URL mapping were implemented within 30 minutes each, through battle tested plugins also from the Cordova Team.

Now to some disadvantages of the framework that left a mark on the app were,

  1. Not being able to customize the notification (this was a crucial part of the app)
  2. Performance of the app is tied to how well our JS code performs
  3. Not being able to optimize the native code

Though I really enjoy working with React Native, I could never use such a heavy framework for such light apps.

Do let me know of your experience with Cordova, even if it was a nightmare.

PLAYSTORE LINK

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay