Hacker News new | ask | show | jobs
by donmb 1964 days ago
I was using Cordova with VUE.js and had fantastic results in both iOs and Android, using "Buefy" as my UI framework.

I started with Nativescript and ended up in building a WebView which I then simply included.

I haven't tested Vue Native yet but wanted to know why Cordova seems to be on the decrease :( I feel like I have to develop in Vue Native or Nativescript soon to not lose track. However, I always liked the Cordova/Vue combination and I could realise fantastic apps with it.

1 comments

honestly, not sure about this either. Cordova works great without having to support two separate codebases for your views, which is what we all want. Vue Native, while sporting a nice HTML syntax, is just wrapping native components, which means you have to write your app specifically for native.