I'm looking for a JavaScript framework to use for mobile development. React Native is off the table because I have a lot of experience with Vue and would prefer to stick with that. Just a heads-up: please don't suggest that I simply build a website.
4 Answers
Have you looked into Quasar? With your Vue background, it should be pretty straightforward for you to pick up.
Have you thought about NativeScript? It could be a great fit since it doesn't rely on WebView like some other frameworks do.
It really depends on what you want to build. If it's something like a job board, you might want to explore frameworks that simplify that process.
Yeah, that's essentially what I’m aiming for!
You might consider using Capacitor to wrap your Vue app. It's a solid option if you're sticking with Vue.
True! That’s one of the benefits for sure.